readyready15728

Results 5 issues of readyready15728

I'd submit a PR if I knew exactly where you wanted it but here: https://github.com/readyready15728/awesome-programming-games It is likely the most extensive such compilation on Earth.

The suggested code: ``` sudo curl -L https://github.com/lihaoyi/mill/releases/download/0.7.3/0.7.3 > /usr/local/bin/mill && sudo chmod +x /usr/local/bin/mill ``` ...doesn't work. This is because elevation of permissions from `sudo` doesn't apply to shell...

## Bug description Pretty self-explanatory, doesn't compile because of a slightly wrong OCaml version. ### To reproduce Steps to reproduce the behavior: 1. `git clone` the repo. 2. Attempt to...

kind: bug
kind: documentation

**Is your feature request related to a problem? Please describe.** pharo-launcher should be ported to the Raspberry Pi. **Describe the solution you'd like** See above. The draft edition of the...

New Feature

When attempting to run `bootstrap.py` the following error is encountered: ``` error in src/engine/SCons/Action.xml Traceback (most recent call last): File "bin/scons-proc.py", line 108, in saxparser.parse(StringIO(input)) TypeError: initial_value must be unicode...