Alex Lazar
Alex Lazar
## Bug Report ### Version ``` % cargo tree | grep tonic ├── tonic v0.7.2 └── tonic-build v0.7.2 ``` ### Platform ``` % uname -a Darwin MacBook-Pro 20.6.0 Darwin Kernel...
## Feature Request I believe the tutorial at https://github.com/hyperium/tonic/blob/master/examples/helloworld-tutorial.md should be updated to put the `HelloReply` and `HelloRequest` in a separate file from the service ### Motivation Despite a lot...
https://developers.google.com/protocol-buffers/docs/proto3#default Take a simple example ``` message Coords { int32 x = 1; int32 y = 2; } message Player { string uuid = 1; Coords coords = 2; }...
Example query can be seen at #6669 Adding a comma after the parameters named in the `by` clause gives an error: `EdgeQLSyntaxError: Missing keyword 'TYPE'` Most other parts of edgeql...
It would be great to have unit tests in schema - using edgeql `assert` - that can run on migrations and/or be manually triggered It is currently somewhat hard to...
Is it possible to get something like an `allow_bypass` setting for triggers? Trigger is declared with the setting (ideally with something resembling an access policy on who can use the...
This is more an issue with the client libraries than edgedb itself, but still [Discord thread](https://discord.com/channels/841451783728529451/849377751370432573/1209847712091086858) My example in Rust is: ``` with users := (select User filter ...) select...
`edgedb migration extract` is in the CLI but not in the docs. Both https://www.edgedb.com/docs/guides/migrations/recovering and https://www.edgedb.com/docs/cli/edgedb_migration/index would benefit from seeing it documented.
[Discord thread](https://discord.com/channels/841451783728529451/1202764115378966578) - EdgeDB Version: 4.4+596d0e4 on Ubuntu 22.04.3 LTS - EdgeDB CLI Version: EdgeDB CLI 4.0.2+500be79 on OSX 14.3, 16gb M1 When using a query with`similarity_dist`, which works with...
EDIT: Current fix is to revert to `nightly-2024-02-14`: `rustup default nightly-2024-02-14`, may need to `rustup target add wasm32-unknown-unknown` again and if using cranelift, `rustup component add rustc-codegen-cranelift-preview --toolchain nightly-2024-02-14`. If...