evan0greenup

Results 55 issues of 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....

T-Defect

### 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...

enhancement

### 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....

enhancement

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.

enhancement
help-wanted

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.

type: enhancement

`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...

type: discussion
type: improvement