Spence

Results 10 comments of Spence

@dsherret - it might be possible to leverage the work by @lucacasonato with his esbuild plugin: https://github.com/lucacasonato/esbuild_deno_loader

(moving my comment from https://github.com/surrealdb/surrealdb/issues/2337#issuecomment-1937294821) Just want to +1 for the use-case here to support a pool of connections serving requests across a multi-tenanted rust-embedded backend. Currently, our setup requires...

hey @rushmorem - is this a priority? this is a blocking issue for us. understood if this is not a use-case surreal is designed for.

(EDIT: comment moved to https://github.com/surrealdb/surrealdb/issues/2338#issuecomment-1937884053)

just ran into this problem. understood it's by design, but it's also a bit unintuitive (especially under strict mode). > We don't check for USE queries @rushmorem are you saying...

For anyone else here, a restart of Visual Studio Code was also required to get this working.

thanks @brocaar i also needed the remote IP, but i wasn't able to get `into_make_service_with_connect_info` working. however, tonic sets the remote IP as a request extension, and i made an...

Just destructure on response: ```ts const [ model ] = await this.db.drizzle .insert(schema.user) .values({ authCode, ...userDto, password: hashSync(userDto.password, 10), }) .returning() return model ```

#20539 doesn't seem to fix this issue. example: i would love 🙏 if we could disable the squiggle.