Torkild Dyvik Olsen
Torkild Dyvik Olsen
edgedb-js: 0.19.15 server: 1.2 cli: 1.1.0+96c3d69 typescript: 4.6.2 ## Current behavior When selecting for enum properties, the query returns the string representation of the enum value. Assuming this dbschema: ```esdl...
eBay's asset bundler [Lasso.js](https://github.com/lasso-js/lasso) seems to have become fairly mature, and has become a real contender to Webpack. I believe adding the library to the comparison table in the documentation...
``` edgedb> select "1 day"; edgedb error: InvalidValueError: invalid input syntax for type std::duration: '1 day' Hint: Units bigger than days cannot be used for std::duration. ``` **Expected**: Hint should...
**Describe the bug** When using `NuxtLink` to link to nested sub pages from a page with params, those params are not identified as defaults, and have to be redefined in...
I was doing code spring cleaning, and ran into my NestJS example project for working with EdgeDB. https://github.com/tdolsen/edgedb-nestjs-example Any interest in getting this cleaned up and merged into this repo?...