Tomasz Kurcz
Tomasz Kurcz
The [_Executors and System IO_](https://github.com/rust-lang/async-book/blob/master/src/02_execution/05_io.md) chapter includes a (pseudo-)code snippet that outlines how an IO blocking primitive is generally structured. This is minor, but shouldn't the `self` reference this function...
It looks like SQL connections are kept open when using a `dbi-store` for session data storage. This might be related to #98, maybe? Steps to reproduce: 1. Set up a...
I'm trying to use SQLite with the `Using session` example. Since at first I was getting a "table does not exist" error, I created a `sessions` table on my own:...
One way to deal with #2237. Would this be okay?
Hi! Through `serde_derive_internals` I can get access to serde attribute parsers, which is super neat. The particular data I need though is the `rename_all` rules, and the exposed struct isn't...
Most ways to construct values seem not to be usable in constants except for `zero()` and `MAX`. I wonder if it would be possible/desirable to have some way to construct...
# Description Hybrid Connections generate signing keys that are base64 encoded, but then expect the client to grab that base64-encoded string, take the underlying bytes and sign the token with...
Would you be interested in adding a canvas function `save-png-octet-vector` or `save-png-data` that simply returns an octet vector with the entire *png* file for in-memory storage? Seems like a simple...
Among the changes: * Code brought to a state where it once again works on SBCL * Bugfixes * Multiplex protocol and framed transport support * The standard Apache license...