Skip to main content
1 vote
0 answers
33 views

I created a self-signed certificate and added it in power platform admin center using the following commands: $certificateName = "powerpages.yourdomain.com" $certPassword = ConvertTo-...
Ayush Mishra's user avatar
0 votes
0 answers
64 views

I use AI only for translating korean into English and arranging my text. I'm working with the Google GenAI Java SDK — com.google.genai:google-genai:1.23.0 — in a Spring Boot 3 application, running ...
user31722309's user avatar
-3 votes
1 answer
92 views

I am using the com.google.genai:google-genai:1.23.0 Java SDK in a Spring Boot 3 project to call the Gemini API (gemini-1.5-flash). I can successfully generate content and get the answer text like this:...
정재훈's user avatar
0 votes
1 answer
69 views

We are trying to test the Scenario: JX OAuth Request Token request. But when sending the "Request Token" request, we are getting: { "error": "invalid_client", "...
Javier Sivack's user avatar
0 votes
0 answers
59 views

I'm using laravel 8 with SESSION_DRIVER=file I have code that run like below, and I have a problem why the recursive not extending the expired time of session? Each process take 30sec, but after ...
Cahya Purnama's user avatar
0 votes
0 answers
26 views

I’m implementing VoIP calls on iOS using the Amazon Chime SDK with PushKit + CallKit. The flow works fine when the user is logged in and the session is valid. Scenario: User is logged in. App is in a ...
Vignesh's user avatar
  • 644
0 votes
1 answer
64 views

I'm trying to find an (elegant) solution to the following problem: I have a Deployment that I want to be able to scale from 2 - 4 pods. I have a pool of 4 unique tokens to access a resource, external ...
Adjel van der Meer's user avatar
1 vote
2 answers
133 views

Im trying to build a login and create user with CSRF Tokens and it wont run i tried for 3 days now and it wont work because of CSRF token mismatch. i think im missing something small or idk if its a ...
ChichiKugel's user avatar
2 votes
0 answers
58 views

So far I got this def _parse_bitbucket_url(value: str) -> Dict[str, str]: parsed_url = urlparse(value) if not parsed_url.scheme or "bitbucket.org" not in parsed_url.netloc: ...
Tomas Lopez's user avatar
1 vote
1 answer
59 views

I am working on building a compiler using Flex/Bison, and tried to utilize a tokens.h file to define the tokens used by the parser and lexer. #ifndef TOKENS_H #define TOKENS_H enum TokenType { ...
Herr_Kobius's user avatar
0 votes
0 answers
75 views

I currently calculate the remaining tokens like this: var conversationHistorySize: Int { conversationHistory.components(separatedBy: .whitespacesAndNewlines).count } private let maxTokens = 4096 ...
Ahmadreza's user avatar
  • 7,291
1 vote
0 answers
75 views

I am currently working on a very starter for Spring Cloud Vault, because of autoconfiguration capabilities offered and the possibility to inject secrets in the environment bean at runtime. My ...
Harry Coder's user avatar
  • 2,784
0 votes
0 answers
55 views

I'm making a program which I want to run continuously (hence the pythonanywhere): def setup(): spOauth = SpotifyOAuth(client_id=CLIENTID, client_secret=CLIENTSECRET, ...
CEO of Forehead's user avatar
0 votes
1 answer
40 views

I’ve deployed two contracts for a token sale system on BSC Testnet: TestUSDT: https://testnet.bscscan.com/address/0xD93221735d2323a7ddca9e82d0EF44040C570848#readContract (Mock USDT) APTToken: https://...
Karan Rawat's user avatar
0 votes
0 answers
54 views

I'm integrating Vault with Keycloak using OIDC auth method. The login flow works correctly, and Keycloak sessions are created as expected. However, Vault issues tokens with its own TTL and does not ...
zagnafey's user avatar

15 30 50 per page
1
2 3 4 5
512