Newest Questions
24,172,665 questions
0
votes
0
answers
2
views
Nginx rewrite of url with query string
Visit the url in browser:
"https://example.sbs/ss/pic/example.cn/1.png
need rewrite to:
/ss/getpic?url=https://example.cn/1.png
How can I get a rewrite to achieve this?
0
votes
0
answers
5
views
Warning message In MaxEnt : cannot open File
mod1 <- maxent(predictors, occ_clean, args = "biasfile=bias_rasterbilinear")
Error in file(con, "r") : cannot open the connection
In addition: Warning message:
In file(con, &...
Advice
0
votes
0
replies
8
views
Heart cut engagement rings and daily wear — practical or risky?
Most discussions I see focus on how heart cut rings look, but I’m more concerned about how they wear over time.
I’m close to making a decision to buy heart cut engagement rings, but I live a pretty ...
0
votes
0
answers
8
views
Android Studio How can I position a view in the center of a frame using code
I am trying to resolve an issue that is stopping my development.
I want to position an imageview so it is in the center of a frame layout using code.
I have been trying various solutions but do not ...
0
votes
0
answers
10
views
Vercel + React (Vite) app returns 404 for trailing slash URL but works without slash [duplicate]
I have a React application built with Vite and deployed on Vercel.
When I visit:
https://example.com/demo-url It works correctly which is good.
But when i visit:
https://example.com/demo-url/ It ...
-1
votes
0
answers
6
views
Download file in webview
Please tell me, I have the following problem.I am using a WebView on Android to access a website that runs on the XenForo engine (a forum). I cannot figure out how to enable downloading files from the ...
Advice
0
votes
1
replies
10
views
how to apply cooling ESP32 wroom chip over the wroom metal shield
I am trying to make a digital clock with ESP32 with p10 LED display. After long usage test ( almost 1 year ) I saw a small temperature increase, I noticed it when I touched on the metal shield of ...
0
votes
0
answers
13
views
Angular 20 app shows blank page on first load after deploying with --base-href /new/ and Service Worker — works after refresh (only in Production)
I built an Angular 20 app with:
"build:prod:with-base": "ng build --configuration production --output-hashing=all --base-href /new/ --deploy-url /new/ && node ./build/post-build....
1
vote
0
answers
14
views
Chart.js 4.5.1 grid dates not aligned with data
I show the balance of a bank account in chart created with Chart.js.
The window I use is quite small and I have found that the grid and the data points don't align on the x axis.
In the screenshot ...
0
votes
0
answers
18
views
Java Generic Web Client
I have multiple APIs that returns different response bodies. I want to have a generic service that is able deserialize any data to given type.
public class GenericResponse<T> {
private T ...
Best practices
0
votes
0
replies
8
views
Single-node NoSQL DB on Azure that can later migrate to ScyllaDB?
I’m building a system that will eventually store billions of rows of mostly append-only, time-series–style data.
For now, I want something that:
runs cheaply on a single Azure VM
handles very high ...
-3
votes
0
answers
11
views
Angular problem in delete the table value [closed]
ERROR RuntimeError: NG0100: ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked.
Previous value: '[{"productId":37,"productCode":"2345&...
0
votes
0
answers
11
views
Google Cloud Speech-to-Text V2 BatchRecognize with Chirp 3 — undocumented 20-minute audio limit?
I'm using Google Cloud Speech-to-Text V2 API with the chirp_3 model via BatchRecognize to transcribe Portuguese audio files (FLAC, mono, 16kHz). Files under 20 minutes work perfectly, but any file ...
-1
votes
0
answers
19
views
React-Player doesnt comes out / blank
i have some problem, which is my react-player doesnt come out/can't play. i dont know why, i already ask some alternate to chatgpt but it's not working. i dont what the problem, is it the version or ...
-2
votes
0
answers
20
views
React-Native Navigation Issue
I recently updated my React Native project from version 0.79 to 0.83. After the update, I noticed the following issue:
When I first launch the app, navigation (including hardware back button) works ...