danieleades
danieleades
I'm trying to get the virtualenv segment to work correctly when using virtualenvs with [poetry](https://python-poetry.org/) - there is no virtualenv path segment shown at all (just the regular virtualenv prompt)...
Would you consider implementing an unsigned decimal type? I'm using d128 for some currency calculations, and I have a number of operations which only make sense with positive numbers. I'd...
`Builder::finish()` doesn't seem to flush the state of the inner writer. this means the following snippet doesn't work- ```rust use async_compression::futures::write::GzipEncoder; use async_std::{fs::File, path::Path}; use async_tar::Builder; use futures::io::AsyncWrite; async fn...
looking at the code, there's a lot of shared behaviour between the `UstarHeader` and `GnuHeader` types. There's also quite a lot of casting between the tops (which i guess is...
This crate is amazing! It does exactly what I'm looking for. I'm wondering if you have any pointers for best practices for using this is CI. Specifically in a github...
the QOS 'history depth' property is stored in most places as an `Option`. It seems that usually `Some(..)` means a finite depth, and `None` means 'keep all'. It's clear though...
sorry, this is more a question than anything else. I wanted to understand the rationale behind using such a low-level crate as `mio`, rather than the easier to consume, higher-level...
i think a similar refactor is possible for `Reliability` as for `Locator`. It doesn't make sense to have both `Reliability` and `ReliabilityKind` enums- this is just a hangover from the...
the `BuiltInDataSerializer` is incredibly verbose. It's also quite an unusual construction. What is this object doing exactly? You've opted for an imperative style- is there a reason why the usual...
this is stacked on #28