Newest Questions

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

I tried sending this request from the Firefox browser developer console, Network tab. Notice how Sec-Fetch-Mode is no-cors (it is set automatically by the Firefox browser developer tools Network tab). ...
user31965232's user avatar
-1 votes
0 answers
6 views

Immediately gives "The system cannot find the path specified" Windows 11, laravel 12.39.0 Psy Shell v0.12.14 (PHP 8.2.12 — cli) by Justin Hileman The system cannot find the path specified.
Peter Kidson's user avatar
0 votes
0 answers
3 views

I am trying to use the Google Gemini API with langchain-google-genai in Python. I want to use the Free Tier, so I created a fresh project in Google AI Studio (without linking any billing account). ...
skullXcalibre's user avatar
0 votes
0 answers
8 views

Does anyone knows why this occurs working with JWTs ? Here's the logic behind token creation: public String makeToken(String username) { long calc = 24 * 60 * 60 * 1000L; // 1 day expiration ...
Dave Montesa's user avatar
Best practices
0 votes
1 replies
4 views

I'm building a multi tenant database and I would like to implement fair sharing of resources across multiple tenants. Let's say I have many concurrent users, each with its custom amount of resources ...
Mascarpone's user avatar
  • 2,588
Tooling
0 votes
0 replies
7 views

My Android Studio project used to build faster but now it takes a long time to build. Any ideas what could be causing the delays? I'm using ./gradlew build command to build my react native android app....
The Mask's user avatar
  • 587
0 votes
0 answers
9 views

My app has an app widget. When users click on the widget, I use FLAG_ACTIVITY_NEW_TASK and FLAG_ACTIVITY_CLEAR_TASK to open the app: val activityIntent = Intent(context, MainActivity::class.java) ...
jmart's user avatar
  • 2,941
0 votes
0 answers
5 views

<form action="/upload" method="post"> <input type="text" placeholder="Enter your name" name="name"> <input type="file"...
Samaran's user avatar
-1 votes
0 answers
9 views

I'm looking for recommendations for a speech-to-text model that I can run locally on Windows and Mac computers. Here are my specific requirements: Key Requirements: Must run locally (offline ...
lysddp's user avatar
  • 1
0 votes
1 answer
9 views

I’m working with a large pandas DataFrame (~5 million rows, ~40 columns). When I try operations like: df = df.fillna(0) # or df = df.dropna() my RAM usage spikes and sometimes my Jupyter notebook ...
Sanjay D S's user avatar
0 votes
0 answers
7 views

I'm trying to access the phone number from ContactsContract.CommonDataKinds.Phone.NUMBER after getting the contact ID and I'm getting 0 rows. Not too sure if I'm handling the runtime permission well ...
Ken Kiarie's user avatar
Advice
0 votes
1 replies
10 views

I'm working with Angular 21 and I've added an interceptor like this: export const httpErrorInterceptor: HttpInterceptorFn = (req, next) => { return next(req).pipe( catchError((error: ...
KrzysiekYESS's user avatar
0 votes
0 answers
8 views

I want to minimize an activity instead of finishing it. I also want to keep the predictive back animation. Minimizing used to be easy enough with overriding onBackPressed, however with the predictive ...
squirrel's user avatar
  • 5,548
0 votes
0 answers
7 views

I would like to change the displayed names of the different paths I have on my SSH severs, if possible. For example (look the image), I would like to display "Main" instead of "/" ...
Pacôme Bézie's user avatar
0 votes
1 answer
27 views

I am trying to create a map of stringstreams in C++ std::map<int, std::stringstream> myMap; std::stringstream ss; myMap.insert(std::pair<int, std::stringstream>(1, ss)); This fails to ...
craig1231's user avatar
  • 3,888

15 30 50 per page
1
2 3 4 5
1612485