evan0greenup

Results 55 issues of evan0greenup

As the development of haveged, the amount of seed in /dev/random has increased a lot. As a result, it can improve the security of password when use /dev/random as random...

The proprietary 2048's logo is [Here](https://lh3.googleusercontent.com/YMjBRDCr5a9p_bdWnMTWKrC3FNi40WsR4jXt1UXlNMZfRhoXQL3eAkIwXAk5wwQZ_g=s180) The logo is clean and tidy. The current logo of this project seems like a screenshot. A lot of element concentrate at such a...

When converting markdown files with code blocks or inline code terms into PDF or LaTeX files, the current code highlight is not beautiful or expressive. For use who install latexextra,...

enhancement

```haskell main = putStrLn "Hello World" ``` This is a valid statement in haskell. But there is no change when I type `stylish-haskell -i helloworld.hs`. I was wondering if it...

The names of github contributors are not displayed on [Name List](https://docs.sympy.org/dev/aboutus.html#sympy-development-team).

#### Steps to reproduce the behaviour 1. Feature request #### Expected behaviour use Android Keyboard instead of Old-fashion keyboard for currency amount input. #### Actual behaviour When attempt to input...

## BUG/PROBLEM REPORT (OR OTHER COMMON ISSUE) For modern python library which involved path location, it would be nice to accept `Union[str, os.PathLike[str]]`, instead of just `str`.

question

It will work when in PyCharm's Python Console, but in python source code, when define the `MetaDict` with existed dict as input parameter or use `__setitem__` annotation assignment. This item...

Add method to support "0" related operation and make bitmap more symmetrical.

Currently the bitmap have to be initialized as all zero. It would be nice to add argument in constructor to preset all bits to 1. And it would be awesome...