Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
20 views

I made some released last week on our private gitlab instance, and deleted them afterwards. now I can't release the next minor version because it says the name is already taken (400 error). how do I ...
Clinton J's user avatar
  • 2,133
0 votes
0 answers
8 views

I am bringing up my oidc server slowly working through issues. Right now, I am trying to get my interactions to work, and I am seeing the following error: SessionNotFound: invalid_request at ...
gischer's user avatar
  • 385
0 votes
0 answers
14 views

I am trying to connect VNC Viewer on my PC to my Raspberry Pi 5 running Debian "Trixie". Here is my situation so far: VNC mode is enabled on the Pi via raspi-config. I can access the Pi ...
Quinten Willekens's user avatar
0 votes
0 answers
10 views

In my Android Jetpack Compose project with Room database the ViewModel is hilt-injected Dao and has property of type StateFlow, whose value is the result of calling dao.getAll(). I tried to ...
Stanislav Panferov's user avatar
-1 votes
0 answers
22 views

I recently upgraded to jdk21 and a test started failing on this line: verify(this.myService, times(2)).myMethod(myCaptor.capture()); The issue seems to be the use of a capture. If I remove it (...
ticktock's user avatar
  • 1,731
Advice
1 vote
2 replies
10 views

require(data.table) dat <- data.table(id = c(1,2,3,4,5,6,7,8),letter=c('a','a','b','a','b','a','b','b')) Hello, I am trying to assign a new field of ids to my data table based on a staggered ...
Will Phillips's user avatar
0 votes
0 answers
16 views

In my application I need to ensure that an array of Promises will be executed in the order as given in the array. Addtionally, the application shall "wait" a certain time after each Promise ...
kabeleced's user avatar
  • 629
-1 votes
0 answers
9 views

We have an application we want to initiate a IdP SAML SSO session to Cognito and include in the payload dynamic content that can be passed onto the SP. Ideally, we could send a dynamic redirect_uri ...
Paul Riker's user avatar
-1 votes
0 answers
12 views

How do I get the WSDL files for the SilverLake methods I am needing to call? My goal is to create a python SDK of sorts and use that in my application. Unless you already know of one. Docs: https://...
Justin Hill's user avatar
0 votes
0 answers
6 views

I have a multi schema xml file from which i have to read data from only one schema, i tried using hierarchical stage which didn't work, so i am trying to read xml file using sequential stage and in ...
user15906795's user avatar
1 vote
0 answers
10 views

%if %sysfunc(prxmatch(/^\("([A-Za-z])"\)$/, %str(&names))) = 0 and %upcase(&stringC) = N %then %do; %put ERROR: Please format as such ("obesity","diabetes&...
Health_Code13's user avatar
0 votes
0 answers
20 views

I'm using phi-3-mini-4k-instruct model from LM studio and start http server in my machine. Then I've a agents script that use that model. But the problem is the when I run my agents script instead of ...
Lycan's user avatar
  • 29
-1 votes
0 answers
6 views

I’m working on a project where Azure Data Factory (ADF) is used to create datasets for tables in Azure Synapse Analytics using the serverless (built-in) SQL pool.In some tutorials, a Synapse linked ...
Mary's user avatar
  • 1
-1 votes
0 answers
17 views

Question What are the consequences of using string for a timestamptz column instead of the recommended Date typing? Context We are using TypeScript + Nest.js + TypeORM + PostgreSQL and want to be ...
Andy Pratt's user avatar
-1 votes
0 answers
23 views

I'm trying to develop a "simple" program to remind me to get up and walk around at least once an hour. I'm linking it to the Screen Lock, because either I Lock the screen when I get up, or ...
thomasafine's user avatar

15 30 50 per page
1
2 3 4 5
1612016