jaskij
jaskij
I am not entirely sure if this is the right place for filing bugs, but here goes. Due to [a bug in `lxcfs` ](https://github.com/lxc/lxcfs/issues/469) `sysconf(_SC_NPROCESSORS_CONF)` can return 0. This seems...
I'm honestly impressed by `comfy-table`, and it handled a multiline string like a champ. What I would like to ask is for the ability to set vertical alignment (perhaps through...
Fixes #232 From issue: > vim-toml uses Title style for those headers so this problem is similar to asciidoc's `asciidocOneLineTitle`. Because of that I have copied the same style as...
Currently it looks like this:  while it should probably look like this:  vim-toml uses `Title` style for those headers so this problem is similar to asciidoc's `asciidocOneLineTitle`.
Since I was *already* looking around those parts of code, I've decided to rewrite `decode_varint_slice()` using macros, since it seemed like the more Rust-like solution to this kind of hand...
An additional test to force testing non-contguous chunks in `Buf`. This is necessary, since this edge case is, theoretically, supported by the `Buf` trait. Additionally, this also serves to test...
#530 shouldn't pass the tests. As I've said in a [comment](https://github.com/tokio-rs/prost/pull/530#issuecomment-958155542) there, `Buf` may be split across multiple chunks and all the bytes for the varint we're decoding are not...
As in the title - I'd like the option to, instead of uploading an image, set a single color background via a color picker or something similar. Why? The default...
TL;DR: make it easier to write shared code interfacing `shadow`'s output. Currently, `shadow` only generates `pub const VAR: &str` variables - it's great as is, but is also quite a...
GitLab CI exposes a fair number of information about the job in the form of [environment variables](https://docs.gitlab.com/ee/ci/variables/predefined_variables.html). Would you be open to supporting them behind a feature flag? Something similar...