🚧 Need Help Debugging a React Native + Firebase App
I’m building a React Native app using expo-router, Firebase Authentication, and Firebase Storage. I’m currently stuck on an error that’s blocking progress: 🔁 Issue: When launching the app via Expo Go,...
0 votes
0 answers
6 views
How can I get each snapshot size in VMware vSphere by using PyVmomi SDK?
How can I get each snapshot size in VMware vSphere by using PyVmomi SDK? I got a snapshot object by PyVmomi, but there is not any info about size of the snapshot. Is there any way to get size of the ...
-2 votes
0 answers
13 views
ProxMox with GPU Pass through displaying start failed
I have an Nvidia 1060 which is currently not used. I would like to assign this graphics card to be used by a virtual machine. I'm thinking the output can be mapped directly to the hdmi output? or back ...
0 votes
0 answers
11 views
Laravel Redirect Type Error when using livewire on middleware routes
I have fresh installed laravel application, I add Livewire on that project. After I install breeze with php artisan breeze:install then I choose livewire, I got error when I go to some routes with ...
-3 votes
0 answers
14 views
Device black screen and logs going mad while trying to launch ancient apk with Android Studio 2.3.3 on x86_64 linux [closed]
Prelude So there is a game from circa 2014-16 (called Build an Empire, if you're interested), and I've found its .apk file, but it cannot be launched with modern Android devices, nor with emulators ...
0 votes
0 answers
7 views
c# winform webBrowser control, the content of web page would not load with a script error
This is a continuation from a previous post. I decided to use a web browser control in order to read a String of current URL, because once it reaches desired URL I can perform certain functions. I ...
0 votes
0 answers
7 views
Remove or skip DefaultJob
In the program I am currently working on, everything is contained within a single project. For benchmarking, I have modified my project file so that the BenchmarkDotNet package and benchmark source ...
0 votes
0 answers
11 views
Apache Doris INSERT INTO ... SELECT ... results in unexpected NULLs after upgrade, despite correct SELECT output
We recently upgraded our Apache Doris cluster from version 1.2.7 to version 2.1.9. Since the upgrade, we've encountered an issue specifically with INSERT INTO target_table SELECT ... FROM source_data; ...
-5 votes
1 answer
20 views
como aplicar validação de atributos da classe [closed]
quando passo informações para os atributos de uma classe , gostaria de poder selecionar ou aplicar regras sobre eles , exemplo : O atributo double nota só pode receber valores menores que 30.00 como ...
-1 votes
0 answers
8 views
Microservices user auth with better-auth in Expressjs
I am trying to build a software based on a microservices infrastructure and I just learned how powerful better-auth is, however I don't know how to handle route protection in a microservices approach, ...
0 votes
0 answers
9 views
Is there a way to launch an RDP file with batch?
I have a file on my Desktop named 3390.rdp, complete with all login credentials. I'm trying to use it to connect to a Ubuntu installation on WSL2. When I open the Ubuntu "app" manually, and ...
0 votes
0 answers
9 views
Prevent rerender of child with Suspense and use
I have the following code: import { Suspense, use, useState } from 'react' function FirstChild({ setSecondContent }) { const promise = new Promise(resolve => { setTimeout(() => { ...
0 votes
0 answers
19 views
A qusetion about CPLEX constraints in Green Filed mode
In my scenario, there are customer points and warehouse points, where the warehouse coordinates are the variables I optimize, and the optimization purpose is to minimize the transportation distance. I ...
0 votes
0 answers
11 views
Ktor server with KMP Frontend, cookie not sent
I'm implementing a simple project using Ktor backend server and KMP Wasm. I am implementing the Google login feature. Google login was successful and saved the session information after authentication....
0 votes
0 answers
25 views
How can I transport variable datas throughout different classes/voids? I'm kind of new to c# and can use support
I'm trying to figure out how to transport the last segment of my code to another void(bottom void to top void), I'll try to answer responses asap. if (key == 'B') { BuyX (bstr, bstrCost, ...