evan0greenup
evan0greenup
### Steps to reproduce 1. Make voice call with other people 2. people on the other side can hear the ring and also can press button for answering the call....
### Role I play vanilla Minecraft ### Suggestion Add Amulet Map Editor support additionally. Currently, there is already MCEdit support. ### Benefit Amulet Map Editor has more active community and...
### Role Release ### Suggestion Provide a more frequent and regular versioning release. If a few new commits are confirm to be solid and stable, there can be a release....
I don't find iterator adapter like [`itertools.accumulate(iterable[, func, *, initial=None])`](https://docs.python.org/3/library/itertools.html#itertools.accumulate) in Rust itertools. It would be nice to add it in.
For git, use `git tag -s ` will create a GPG signed tag. Is there any recipe to create a signed tag with `pygit2` ? How?
There is `amend_commit` for `Repository` class. But it is not signed. How to amend a commit with GPG signature?
Similar to `RwLock` in Rust standard library . Single writer, or Multiple reader.
Currently, `Integer` is not supported by `msgpack-haskell`. `Integer` is a arbitrary precision integer type for Haskell. `int` in python is also arbitrary. It would be nice to add support for...
RustPython is relatively mature now. https://github.com/RustPython/RustPython Please add it to the install list. It is easy to build.
`ghcup` to Haskell is similar to `rustup` to Rust. Have a look on , It would nice to bring this feature in `ghcup`. When create a symlink to `ghcup` executable...