zredb
zredb
when I use the vue, the redirect_uri is a http address like this: http://localhost:8080/signin, but when in Electron app, this address not valid because there isn't a http server exist,...
Hi, When I add registry-js via npm install registry-js, the program build will fail. the details log is as below: ======================================================================= C:\code\Msp_electron>npm install registry-js --python="C:\Users\zredb\miniconda3\python.exe" > [email protected] install C:\code\Msp_electron\node_modules\registry-js >...
I send a zip file content from websocket-sharp client, the send side is run normally, but if the size of file more than 300kb, the server side(also websocket-sharp) will throw...
the error message as below: error: failed to run custom build command for `libduckdb-sys v1.2.1` note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug...
For the SQLite database in SQLX, Do you support the enable_load_extension function? how can i load sqlite extension when i use Sqlx?