edgedb / edgedb-rust

The official Rust binding for EdgeDB
https://edgedb.com
Apache License 2.0
214 stars 26 forks source link

fix: implement `DecodeScalar` for `Bytes` #337

Closed ifiokjr closed 1 month ago

ifiokjr commented 1 month ago

Fixes #334

edgedb-cla[bot] commented 1 month ago

All commit authors signed the Contributor License Agreement.
CLA signed

ifiokjr commented 1 month ago

@aljazerzen 20 minutes to build the nix environment seems excessive.

I'm also using nix with a similar set of dependencies and the total setup time is 2 minutes: https://github.com/ifiokjr/edgedb_codegen/actions/runs/10557862386/job/29246247502

It uses heavy caching and helps provide a faster feedback look. Are you happy for me to set up the same for this project?

aljazerzen commented 1 month ago

Yes it is :D Although I've just updated the toolchain and it had to rebuild the env.

Go ahead. The few requirements are:

aljazerzen commented 1 month ago

There is some caching set-up but it is apparently not working correctly.