Dor
Dor
### What version of Remix are you using? 1.9.0 ### Steps to Reproduce 1. Create `tsconfig-base.json` to extends ```json { "$schema": "https://json.schemastore.org/tsconfig", "display": "Default", "compilerOptions": { "target": "ES2019", "composite": false,...
### Describe the bug I use built-in authentication and create a connection for each user. After the request is done, I close the connection. Issue that when I close connection...
``` name: Verifier e2e Test on: pull_request: paths: - 'application/services/**' jobs: e2e: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 env: WEB_URL: http://aloco.local API_URL: http://aloco.local/api - uses: medyagh/setup-minikube@master - uses: azure/setup-helm@v3 -...
### Describe the bug Live query doesn't emit updates when update query has additional statements. https://github.com/surrealdb/surrealdb/assets/100094658/abb8d64c-5f67-4424-8f1c-df250470d2b5 ### Steps to reproduce 1. Listen to the live query ```sql LIVE SELECT *,...
### Describe the bug When throwing an error, like in the [example](https://surrealdb.com/docs/surrealdb/surrealql/statements/throw#example-usage), from the transaction returns common transaction error instead thrown. https://github.com/surrealdb/surrealdb/assets/100094658/9b74062f-9276-40ef-914c-949b87d9825d ### Steps to reproduce 1. Wrap query in...
I configured node to use ESM (`{"type": "module"}`) and while import engine got error. ```sh file:///Users/dormammun/Code/testing-lesson/src/surrealdb.test.js:3 import {surrealdbNodeEngines} from 'surrealdb.node'; ^^^^^^^^^^^^^^^^^^^^ SyntaxError: Named export 'surrealdbNodeEngines' not found. The requested module...