Søren Hansen
Søren Hansen
Thanks for the nice library! I was looking at my Cargo.lock file, and saw that wasm-bindgen was included because of this lib. It is because chrono includes it by default....
I have a .env file with ``` # .env ... REDIS_PORT=12345 PORT=6789 ... ``` but when i run gen-env-types, I get ``` // env.d.ts declare namespace NodeJS { interface ProcessEnv...
Users should be able to opt-in to sampling the table to get the type instead of always getting `Record` for schemaless tables.
Running `surrealx generate --url http://127.0.0.1:8000 -u root -p development-password --ns ndis --db ndis` is extremely slow, upwards of 5 min.
It would be amazing to make a typesafe version of `query`. Don't know if SurrealDB has some build in introspection for queries, otherwise I guess it would require parsing some...
### Bug Description I am trying to do a sql query with quite a lot of joins. The migration file and the query looks like this (Don't consider the naming...
**Describe the bug** You can find a repro case [here](https://github.com/SorenHolstHansen/leptos-custom-elements-double-click). I have defined two web components using your [custom-elements crate](https://docs.rs/custom-elements/latest/custom_elements/) with leptos as the component framework. The components are very...
Bump the version of syn to 2. This is mainly so I don't have two versions of syn in Cargo.lock