Jeremy Cantrell
Jeremy Cantrell
I noticed that any time I use `*env latest install`, any `after_install` hooks were being called twice. Eventually, I found that [this](https://github.com/cehoffman/luaenv/blob/3ef7626fded7042a0363a67d71153868f7075b8f/libexec/luaenv#L78-L87) (would apply to any `$COMMAND`, but I'm using...
### Is your feature request related to a problem? Please describe While reading the code, I've noticed a bit of inconsistency with how bash syntax is used. The one I've...
The `shfmt` tool altering the following valid code, making it invalid: ```bash coproc foo { echo test } exec {foo[1]}>&- # converts to: exec {foo[1]} >&- ```
When more than one player is running (not necessarily playing anything), if a piece of metadata is missing from one player, it will return the data from the other player....
I've just started trying out this package, and it's extremely slow. I just wanted to be sure I wasn't doing something wrong. For a simple file, `print("hello, world")`, the following...
I get the following warning when running `nix develop`: ``` error: hash mismatch in fixed-output derivation '/nix/store/c7zzc9z2qn2958y9xb2cq2k9z9lpcyb7-channel-rust-stable.toml.drv': specified: sha256-+EFKtTDUlFY0aUXdSvrz7tAhf5/GsqyVOp8skXGTEJM= got: sha256-MJyH6FPVI7diJql9d+pifu5aoqejvvXyJ+6WSJDWaIA= ```
This adds basic support for formatting TOML files using taplo. Eventually, I would like to add support for taplo's linting, if I can figure out how to parse the output...
Before `npm run test`, I `npm run mongo:start` and `npm run dev`. ```newman Conduit API Tests ❏ Auth ↳ Register POST http://localhost:3000/api/users [422 Unprocessable Entity, 358B, 108ms] 1. Response contains...
I first noticed this when implementing a "release" task in my procfile for a heroku app. https://devcenter.heroku.com/articles/release-phase#specifying-release-phase-tasks According to that document, the Procfile spec should be ok with having a...