Skip to main content
1 vote
0 answers
61 views

I was following the Advent of Agent and was building the multi-agent app with Firecrawl. When I am using this line FIRECRAWL_API_KEY: "${FIRECRAWL_API_KEY}" inside the research_agent.yaml ...
Sudipta Deb's user avatar
-1 votes
0 answers
60 views

I'm trying to make users to be able to login using their iphone also I don't receive any cookies in production! I don't know if it is something for security. export const loginUserController = async (...
neggmmm's user avatar
Advice
0 votes
0 replies
39 views

I have a security concern regarding Ably token usage and quota management. Verification: is it possible for a client to establish unlimited concurrent connections (e.g., thousands of sockets) using a ...
청포묵's user avatar
1 vote
0 answers
44 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
105 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
147 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
83 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
62 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
61 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
66 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
0 votes
2 answers
152 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
70 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
68 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
1 vote
0 answers
104 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,321
1 vote
0 answers
78 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

15 30 50 per page
1
2 3 4 5
512