Mark
Mark
**Describe the bug** Text and other graphics look blurry using the app. I'm using Wayland with a built-in laptop screen and an external monitor. The external monitor is a 4K...
Both `NodesEnum::nodes()` and `protobuf::ParseResult::nodes()` don't have documentation, although the latter hints ```rust // Note: this doesn't iterate over every possible node type, since we only care about a subset of...
This allows walking over all nodes in the AST, instead of just a limited subset as in the current `nodes()` function. See https://github.com/pganalyze/pg_query.rs/issues/31 The implementation uses static code generation in...
I ran into the following error: ``` terminate called after throwing an instance of 'std::system_error' what(): getpeername: Transport endpoint is not connected Aborting on shard 1. ``` Partial backtrace: ```...
Are there plans to release the current version of `main` anytime soon? The current release 1.5.0 on PyPI is from January 2022. I've run into an issue that seems fixed...
Depending on the `is_human_readable()` value for the serializer, either chooses a binary representation or base64. Implements the suggestion of https://github.com/serde-rs/bytes/issues/37 for `BytesBuf`. Is this functionality something that you would merge?...