Julian Scheid
Julian Scheid
Is there any chance the top-level awaits could be moved into functions? That way the consumer of the library can choose when to run the code (if at all), also...
- [x] This is a bug report - [ ] This is a feature request - [x] I searched existing issues before opening this one ### Expected behavior Should accept...
The `id` property in the serialized response is currently emitted at the very end of the message. There is nothing inherently wrong with this, and it's definitely in spec. However,...
I'm not sure if this is an issue only with my terminal (Terminal.app 2.14 on macOS Sonoma), my shell (zsh 5.9), my termcap or the following recipe: ```justfile psql *REST:...
**Describe the problem** ```sql psql> CREATE CACHE FROM SELECT SUM(val) FROM m WHERE 123 != foo_id; server closed the connection unexpectedly This probably means the server terminated abnormally before or...
**Describe the problem** Replicating large numeric values will cause Readyset to panic with the (counter-intuitive) error message `Number less than minimum value that can be represented.` ([full backtrace](https://gist.github.com/jscheid/bec261e305e6594075a4aeb655fa3072)) **To Reproduce**...
Hi, thanks for all your hard work on plrust. So this is an interesting one. I've been hitting an "abnormal server process exit" and tracked it down to a statement...
Hi, thanks for maintaining this package. I'd like to add support for the [share interface](https://curl.se/libcurl/c/libcurl-share.html) - that is, - a Share struct representing a share handle, with functions to configure...
We could have more confidence in the soundness of (existing and future) unsafe code in this crate by running tests using one or more of the [sanitizers](https://doc.rust-lang.org/beta/unstable-book/compiler-flags/sanitizer.html) supported by nightly.