Nathan Allen
Nathan Allen
Currently it is possible to request both `/Dockerfile` and `/LICENSE` and have those files returned. Both are in the root directory and are not being excluded. The default exclude list...
The Docker file uses the "latest" version of ruby, which as of April is `3.0.1p64`. https://github.com/maxvoltar/photo-stream/blob/0dcd0e5e58326098ec34e55b28afcfce03a5c06d/Dockerfile#L1 This results in a gem incompatibility during bundling, with error message: ``` listen-3.2.1 requires...
The example filename is inconsistently capitalized as `Hello.scala` and `hello.scala` in two different examples: See [here](https://github.com/clarkgrubb/hyperpolyglot/blob/84b243ab809352898cc7a3bdabe8fa004c1a2082/markup/rust#L17-L19) ``` $ echo 'println("hello")' > Hello.scala $ scala hello.scala ``` and [here](https://github.com/clarkgrubb/hyperpolyglot/blob/84b243ab809352898cc7a3bdabe8fa004c1a2082/markup/rust#L33-L42) ``` $...
``` $ git checkout foo/bar Muggler is on hold, skipping migrations. Run muggler continue when ready .git/hooks/post-checkout: line 5: return: can only `return' from a function or sourced script ->...
e.g. `git checkout path/to/file.rb` will trigger post-checkout hook