All Questions

0 votes
0 answers
2 views

getting the latest date for a a duplicated item in r

I have the following dataset. I am trying to get the latest SEnd value for each individual tag (see Desired output) where I have the Tag, Owner and the latest SEnd date. Essentially getting the latest ...
pat's user avatar
  • 95
0 votes
0 answers
2 views

dSYM file missing on Xcode 15 archive

In Xcode 14, when I archived my project, it generated a .dSYM file within the .xcarchive. Since upgrading to Xcode 15, this no longer get generated. Why? (I do not believe I changed any project ...
Paul Masri-Stone's user avatar
0 votes
0 answers
2 views

Creating a new Julia environment with a different version

I currently have Julia 1.10.3, but I want to create a new environment that runs on an older version of Julia. My current manifest file in "C:\Users\####\.julia\environments\v1.10" reads ...
rudinable's user avatar
0 votes
0 answers
2 views

Visual Studio Remote development "attach visual studio code" always connecting to dev container as root?

I have a docker container running and I attempt to use the docker extension to "attach visual studio code" to the container. This always connects me as root, though I want to connect as a ...
Mashher's user avatar
0 votes
0 answers
3 views

function for geom_point to increase the scale_size

I have the following code for some random values: legend_size <- c(6,5,4,3,2,1,0,1,2,3,4,5,6) tt <- data.frame(x = c(27.9656, 27.1704, 26.2128 ,23.5634 ,25.3528 ,22.8595 ,21.3536 ,26.9125 ,23....
Alex.V's user avatar
  • 45
0 votes
0 answers
2 views

How to minimize youtube-data-api v3 query quota useage?

I have a code to get video urls given a channel ID that I get from the API as well, but the main part uses the requests component. I tried running it on a channel with 3500 videos, but for some reason ...
Cobbi Liu's user avatar
0 votes
0 answers
3 views

Google Cloud Storage Image Upload not working in Flutter Web App

I have a Flutter Web App that lets me upload an image to Google Cloud storage using Firebase. It works fine in Debug mode on Flutter and even on "flutter run --release". However when I build ...
r00n's user avatar
  • 1
0 votes
0 answers
6 views

Getting the error LNK2019: unresolved for unit test file (.cc file) which is including Gtest and for mock integrated with FFF

Hi as i'm new to the stackoverflow as well as unit testing using gtest and fff, when building the test file(test_dummy.cc) getting the linking error note(this project is building with CMakeLists.txt ...
Prerana P's user avatar
0 votes
0 answers
4 views

Read a S2P file with Julia

I'd like to read a S2P file (containing a frequency response) with Julia. What is the best way to do it? Is there an equivalent of "scikit-rf" (Python) in Julia? I saw: SParameters and ...
Dylan Chevalier's user avatar
0 votes
0 answers
5 views

Terraform GCP: apply IAM binding policy to buckets created through terraform

I am new to Terraform. There are many GCS buckets created through my terraform code. I am trying to apply a deny policy to restrict any console changes to be done on these buckets only and not the ...
adk's user avatar
  • 11
0 votes
0 answers
5 views

SSLHandshakeException: Spring boot with Azure IDP in Docker

I have integrated Azure Idp with spring boot for single sign on, it works well in local or windows deployment as service, but throws SSL exception when deployed in docker, below is the application yml ...
Nishu's user avatar
  • 105
0 votes
0 answers
5 views

Content-Security-Policy refuses to load the script

I have a GCP run instance, a web app written in React and Golang. It works, yesterday I added a google map, locally it works, once deployed I get the CSP error: Refused to load the script 'https://...
Emaborsa's user avatar
  • 2,696
0 votes
0 answers
7 views

Initialise SavedStateHandle in shared view model

I have a parent fragment and a child fragment which have a shared viewmodel. The viewmodel uses the SavedStateHandle to retain viewmodel state even after process kill. The parent fragment uses shared ...
Tushar Singhal's user avatar
0 votes
0 answers
5 views

Running ACL removal command from python doesn’t work

I am creating a python script to make Kafka ACL manipulation easier. I am not using zookeeper. I am trying to run this command to remove ACLs from consumer groups: $KH/kafka-acls.sh --bootstrap-server ...
User49173's user avatar
0 votes
0 answers
5 views

Dialog / Bottomsheet Flutter Web not popping when trigger by device back trigger / manual back by keyboard at desktop

Dialog / Bottomsheet Flutter Web not popping when trigger by device back trigger / manual back by keyboard at desktop it should popping dialog / bottomsheet first before page, but the condition its ...
Michael Pietter's user avatar

15 30 50 per page
1
2 3 4 5
1613469