hutchisr
hutchisr
tokio-util provides `StreamReader` and `ReaderStream` to convert a `Stream` to `AsyncRead` or `AsyncRead` to `Stream`, but there aren't corresponding tools for `Sink` and `AsyncWrite`. The `codec` module does appear to...
**Describe the bug** pipx completions cannot be enabled when pipx is installed via homebrew because the command `register-python-argcomplete` is not available. **How to reproduce** ```shell $ brew install pipx $...
Apologies is this is a dumb question, but I'm a bit confused about what field types are allowed or how to support them. For example, using just marshmallow I can...
If you try to install an older version of node without a precompiled arm binary, nvm will automatically download the x86-64 version instead. asdf-nodejs will instead try (and almost certainly...
Creating a python2 based virtualenv appears to no longer work. Running `pyenv virtualenv 2.7.17 myvenv` gives the following error: ```shell Traceback (most recent call last): File "/home//.pyenv/versions/2.7.17/bin/virtualenv", line 6, in...
### Description A room I'm in (was in?) lost it's title at some point and is now simply named ` and 6763 others` If I try to leave the room...
### Firmware Version 2.3.9 ### What did you do? Enabled share location in App Settings, set "Not Present" in Location device settings. ### Expected Behavior * (case 1) When Share...
When trying to use rapidoc with axum as per the example docs: ```rust axum::Router::new() .merge(RapiDoc::with_openapi("/rapidoc", ApiDoc::openapi())) ``` The application will panic with ```Paths must start with a `/`. Use "/"...