ElecTwix
ElecTwix
Crash After Login Log `Floating point exception (core dumped)` Downloaded via [AUR Package](https://aur.archlinux.org/packages/fast-discord-git)
### Describe the bug cc: @sbshah97 When SurrealQL Queries Parsed After the FETCH statement variables are not parsed. such as `SELECT * FROM $table FETCH $fetchstr` fetchstr variable will not...
fix linter errors with shadow checking upgrade linter
### Is your feature request related to a problem? No, but it is will great when fixing https://github.com/surrealdb/surrealdb.go/issues/119 Nhooyr's implementation is more lightweight and idiomatic than Gorilla's For instance, Turso's...
### Describe the bug While Creating Issues The `Question or idea` button redirects to void https://github.com/surrealdb/surrealdb.go/blob/main/.github/ISSUE_TEMPLATE/config.yml ### Steps to reproduce 1. go to the issues tab 2. create a new...
added unit tests fix #106
instead of [test.go](https://github.com/realTristan/Hermes/blob/master/testing/test.go), Golang has its own [benchmark](https://pkg.go.dev/testing#hdr-Benchmarks) systems for testing. also can be nice to have unit tests.
fix #128 More detail: https://github.com/surrealdb/surrealdb.go/issues/128
### Describe the bug Bug: Branch is broken, developers should control their code before sending. [bor-encoding-and-http-connection-engine](https://github.com/surrealdb/surrealdb.go/tree/cbor-encoding-and-http-connection-engine) ```log db.go:1: : # github.com/surrealdb/surrealdb.go ./db.go:24:2: declared and not used: baseURL ./db.go:40:6: no new...
add struct field tag for create later refactors cleanup unused defer and returns add defer to test don't cancel if returns