Tobie Morgan Hitchcock

Results 168 comments of Tobie Morgan Hitchcock

Hey @marshalYuan can you clarify what you mean?

Thanks for this! This is definitely already on our roadmap @LLBlumire 😀 !

Hey @Jerrody we already use clippy in CI (and preferably in development). You can check the code linting by running `make check` which is effectively: ```bash cargo check --workspace cargo...

Hi @spit4520 what is the output you get when you run the following? ```bash surreal version ``` You should see output similar to the following... ```bash surreal 1.0.0-beta.8+20220930.c246533 for linux...

@spit4520 the error you are seeing was fixed in version `1.0.0-beta.8` and there is no use of `unwrap` on line 64 (or in the WebSocket protocol at all any more),...

Hey @meetwithyash sorry I missed your comment! Absolutely - any contributions would be amazing 😀👍🚀 !

> @meetwithyash are you working on this? If not I'd like to pick this one up That would be awesome @ceelias!

Awesome @meetwithyash! I know I originally mentioned [`buffer_unordered`](https://docs.rs/futures/latest/futures/stream/trait.StreamExt.html#method.buffer_unordered) but I think it's probably better if we use [`buffered`](https://docs.rs/futures/latest/futures/stream/trait.StreamExt.html#method.buffered) here, to ensure that the results are returned in the same order...

The serializer/deserializer implementation for SurrealDB keys is located in https://github.com/surrealdb/storekey

The keys themselves are all located in https://github.com/surrealdb/surrealdb/tree/main/lib/src/key