Anthony Jackson
Anthony Jackson
Hey @josephDunne :) I see you still coding in Erlang! Did you manage to get dialyzer working via erlang_ls in a rebar3 project.
And how do you install setuid? There are suggestion that you need to use the security wrapper ``` security.wrappers = { ping = { owner = "root"; group = "root";...
https://stackoverflow.com/a/45575913/644945
Why not run ci on PRs and get the info directly here? But no it wont, because you `npm install` everything anyway, and I include nyc as a dev dep...
If we could move this repo to `erlang/awesome-erlang` (next to `erlang/otp`) and then put everyone here thats interested in maintaining the list onto the collaborators I thing that would be...
```bash #!/bin/bash case "$(uname -s)" in Darwin) CHROME_FOLDER="$HOME/Library/Application Support/Google/Chrome" ;; Linux) CHROME_FOLDER="$HOME/.config/google-chrome" ;; CYGWIN* | MINGW32* | MSYS* | MINGW*) CHROME_FOLDER="$HOME/AppData/Local/Google/Chrome" ;; *) echo "Unsupported platform" exit 1 ;; esac...
Just letting you know its packaged in nixpkgs. Its not an issue, its info for your README
How about you create a library for the custom resource? It would quickly become the standard for NextJs + Pulumi, rather than having to copy paste from the example code...
It would be even sweeter with an example in the readme ;)
## Install ``` sh $ npm install --save-dev browserify-postcss ``` ## CLI ``` sh $ browserify script.js -o bundle.js -t [ browserify-postcss --inject ] ``` ## Config ``` json "browserify":...