Newest Questions
24,196,810 questions
0
votes
0
answers
4
views
Inexplicable npm Error with @mui and x-date-pickers
I deleted the node_modules folder and package-lock.json, and ran this:
Meteor npm install @mui/[email protected]
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm ...
0
votes
0
answers
9
views
Google Firebase GenKit testing input in the local UI
My code defines a flow like below
export const fireFlow = agenticAi.defineFlow(
{
name: 'fireFlow',
},
async ({ msg }) => {
console.log("message received in fireFlow is:", ...
-1
votes
0
answers
14
views
What does “planning an API” mean before starting backend development? [closed]
I’m new to full-stack development (using the MERN stack).
When learning project planning, ChatGPT mentioned that I should “plan my API” before I start building the backend.
I’m not sure what this ...
-1
votes
1
answer
15
views
Spring Data JDBC inserts varchar into Postgres jsonb column even with custom PGobject converter
I’m trying to persist a JSON object into a PostgreSQL jsonb column using Spring Data JDBC (not JPA).
Even with a custom @WritingConverter that returns a PGobject of type jsonb, PostgreSQL errors out ...
0
votes
0
answers
9
views
How do I configure a MySQL database connection in Spring Boot?
I am starting a university course where I will learn Spring Boot, and I would like to configure a MySQL database connection properly. I need recommendations on:
Which dependencies should I add to my ...
1
vote
0
answers
17
views
React safe way to render children
I have multiple banner components that each render a <BannerAlert /> based on API data.
Each banner handles its own visibility logic — if the API response is false, it returns null; if true, it ...
0
votes
0
answers
11
views
Agora Flutter video call works on Android but crashes instantly on iOS
I’m implementing a video call feature using Agora Flutter SDK.
Everything works fine on Android, but on iOS, the app instantly crashes when I try joining a channel.
I’m using:
agora_rtc_engine: ^6.5.3
...
0
votes
0
answers
17
views
call CreateUserComand handler
I'm trying to call the handle to return values from the application layer. I'm using the mediator pattern. I've tried calling it but haven't been able to due to lack of experience.
This class ...
0
votes
0
answers
10
views
How to invoke showdialog in asynchronous contexts?
I am making a flutter app to interact with SQLite database.
As I was implementing the feature to add a record(a row), I wanted to add the row to the database if it follows the constraints, but if ...
1
vote
1
answer
18
views
How to link with static version of zlib in CMake?
I built my version of zlib (and by default it builds both static and dynamic) but seemingly it can't find the static one because it's being "zs.lib" and not in the preferred list so it can't ...
1
vote
0
answers
20
views
VBA code to check if user-input filename is a duplicate
VBA newbie here. What I'm trying to do: Write a macro that brings up the Save As box with a filename pre-filled in, which the end user can edit if they choose. If the file name already exists in the ...
0
votes
0
answers
13
views
Unable to install ggmosaic
I recently updated my R and found that ggmosaic no longer is able to be installed and ran. This is the error I'm getting. Does anyone have any idea how to fix this? It would be greatly appreciated! ...
0
votes
0
answers
12
views
RealityKit hitTest gives wrong result when changing field of view
I have a 3d model rendered on screen for hit test. This is my code:
let audio = try! await ModelEntity(named: "audio.usdz", in: nil)
audio.position = simd_float3(x: 0, y: 0, z: 0)...
-1
votes
0
answers
24
views
Android/iOS P2P HOW? LAN and/or data (complete newbie) [closed]
So I've been making a simple game in android studio. It's a social deduction game with 20ish players. The phone integration is only for ease of learning the game as it's really hard to introduce new ...
0
votes
0
answers
17
views
ESPCN model shows negative PSNR/SSIM improvement over bicubic interpolation
I'm working on an embedded video super-resolution project using a pre-trained ESPCN model to restore detail on low-bitrate video streams. Here is the GitHub link for the pre-trained model I used:ESPCN-...