Newest Questions
24,186,128 questions
- Bountied12
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0votes
0answers
2views
Fabric Mirrored On-Premise SQL Server Database not updating
I have a mirrored on-premise sql server.The set-up & connection is working. I can query the mirrored database without any issue, but the database is not being updated by itself.When I stop the ...
Advice
0votes
0replies
9views
OAuth middleman API
I am having issue with our current login setup.We have multiple types of clients (mobile, webapp, spa).Our app has its own user managment a pretty old way to auth users (Each user recieve GUID and ...
-1votes
0answers
18views
Does Impala + S3 use caching to speed up repeated queries?
I'm setting up a self-managed Impala cluster with S3 as the storage backend. I'm wondering if Impala has any caching mechanisms that would make the same SQL query run significantly faster on the ...
0votes
0answers
11views
Ubuntu 22.04 TCP Retransmission After Successful Socket ARP
I attempted to connect to the lower-level machine using a socket. However, after about ten minutes of connection, the lower-level machine requested an ARP. After successfully responding to the ARP ...
Advice
0votes
0replies
8views
How to handle tasks that depend on the outcome of other tasks
I have a list of items - for each item i want to send a message. But i don't want to loop through my list and send all the messages all at once - when message 1 sends successfully, I will have an ...
0votes
0answers
4views
Fluent UI Blazor - Chevron direction in nested menu in RTL is wrong
I'm using Fluent UI Blazor for my project in RTL mode. In nested menu, the chevron direction is the same as LTR mode. I tried to add the below css transform to span element containing the chevron, but ...
Best practices
0votes
0replies
8views
What is in Angular the correct term of a public property in an object component that contains form data or display data?
Look @ the following typescript code of an object component:export class ItemComponent { item: Item; // <-- term??? constructor(_itemService: ItemService) { this.item = _itemService....
0votes
0answers
9views
Mongosh 2.x only display the result of the last command when running multiple commands?
I recently upgraded to Mongosh 2.0.1 and noticed a change in behavior when running multiple commands in the shell.In older versions of Mongosh, if I ran:JavaScript\> db.a.find();-- output of ...
0votes
0answers
9views
WordPress in Docker: “The destination directory for file streaming does not exist or is not writable” when installing plugins
I am trying to run WordPress using Docker. I have successfully created a Docker image and the WordPress site is running correctly.Here is my docker-compose.yml fileservices: db: image: mysql:5....
-1votes
0answers
15views
How to show parameters' comment in function tip panel in VSCODE?
As the image I uploaded, the VSCODE panel show function's comment, but without parameters' comment. How to get parameters' comment in function comment panel ? and I don't want to add JSDOC at function'...
-4votes
0answers
23views
Best practice to handle bulk API processing without server timeout (multiple downstream API calls per item) [closed]
I have an API endpoint that accepts a list of items.For each item, I need to:Call an external third-party API to process the itemIf the processing succeeds, fetch additional details from another ...
0votes
0answers
20views
Optimize code to flatten meta ads metrics data in spark
I have two spark scripts, first as a bronze script need to data form kafka topics each topic have ads platform data ( tiktok_insights, meta_insights, google_insights ). Structure are same,( id, ...
0votes
0answers
10views
GA4 BigQuery Daily Export Missing Data After Specific Date
I have a GA4 property linked to BigQuery for daily export (both iOS and Web data streams selected, “export all events” enabled, no filters).Everything was working fine until 2025-11-23, when the ...
0votes
1answer
20views
PostgreSQL Connection Error via DBeaver: FATAL: invalid value for parameter "TimeZone": "Asia/Calcutta"
I have a PostgreSQL database server running on my VPS. I am currently working from my local machine using an SSH connection and would like to view the database tables and data graphically for better ...
-4votes
0answers
17views
esbuild enables any website to send any requests to the development server and read the response [closed]
esbuild <=0.24.2Severity: moderateesbuild enables any website to send any requests to the development server and read the response - https://github.com/advisories/GHSA-67mh-4wv8-2f99fix ...








