Newest Questions

0 votes
0 answers
5 views

Question / Context I’m integrating a backend API into a Next.js 15 (App Router) application. The backend API works correctly in Postman, but when I try to call it directly from the browser, it fails ...
dilin jose's user avatar
0 votes
1 answer
18 views

Body Hi, I am developing a driving license exam application using Flutter, and I have implemented in-app purchases using the in_app_purchase package. Purchases are working correctly and can be ...
Muhammet Emin Çağlar's user avatar
0 votes
0 answers
14 views

I am working on an embedded RTOS system, where the CPU is a MIPS32. The GNU ld.script specifies the final binary runs from 0x80000000, I think it is KSEG0 address space. I wrote a test to read ...
wangt13's user avatar
  • 1,317
0 votes
0 answers
11 views

I'm experiencing some strange behaviour with IS_PENDING and MediaStore files. The documentation is very clear: If your app performs potentially time-consuming operations, such as writing to media ...
Andreas's user avatar
  • 10.7k
Advice
0 votes
2 replies
16 views

I am a software developer and I’m starting to learn System Design and Pattern Recognition concepts. I want to understand: how to approach system design problems step by step. what fundamentals I ...
Nikhil Dsont narayan's user avatar
0 votes
0 answers
8 views

I have a simple, draggable, Konva.layer containing an (one) svg image. The image is a single rectangle, but has a fillPattern. It is quite large 3000x2000. I listen to click events (only) on the layer ...
lgekman's user avatar
  • 7,191
0 votes
1 answer
26 views

I'm using bootstrap's collapse component but it refuses to retract when I try to trigger that exact event. It is stuck in "collapsing" state and goes back to adding "show" class to ...
gokacinlar's user avatar
1 vote
0 answers
14 views

I am using unity ads and meta-audience network inside admob mediation and I am using Google UMP SDK for showing consent screen or reading consent. can other network automatically read this consent ...
Sachin Kankane's user avatar
0 votes
0 answers
17 views

I'm experiencing a visual glitch on Android where elevation shadows remain visible during screen transitions, even though the screen itself is fading out. This creates a jarring effect where shadows ...
Kamal's user avatar
  • 13
2 votes
1 answer
43 views

On cppreference (which I understand is not the c++ standard itself) I have read that the coroutine state contains "local variables and temporaries whose lifetime spans the current suspension ...
Baha's user avatar
  • 23
0 votes
0 answers
15 views

I have to call an api to inform my server that app is being uninstalled. Is it possible? I dont want to rely on activeness of user to determine if app is installed or not. Is there any way to call my ...
Roshan Passi's user avatar
0 votes
0 answers
23 views

I am experiencing flickering when using QOpenGLWidget with PySide6, even with a minimal setup. Environment: - PySide6 (tested with 6.5 / 6.6) - Python 3.x - OS: Linux / Windows (happens on multiple ...
Yamil Adrián Sillero's user avatar
0 votes
0 answers
27 views

The concepts related to C++ memory order themselves, as well as the explanations provided by the local technical community in my country, are rather abstract. For this reason, I have attempted to ...
algae's user avatar
  • 159
2 votes
3 answers
31 views

I am doing a SQL course and I can't figure out the solution to this question. In a Car database, there is a Sale table with columns: SaleID, CarID, CustomerID, LocationID, SalesRepID, SaleAmount, ...
Ch1llyB1lly's user avatar
-3 votes
0 answers
39 views

I am currently building my own text editor in C++, i want to add Undo and Redo functionality but I have no idea where to start and what to do? Any suggestions? I am using Gap Buffer for storing and ...
Irala Rushendra's user avatar

15 30 50 per page
1
2 3 4 5
1612198