Results 3 issues of Bruno Arsene

### Summary of changes In the Phoenix walkthrough, we were using the following command: mix do phx.digest, release --env=prod For Elixir 1.9+, that command was failing. Since the new mix...

Hello, every time I change one of the typescript files, it takes about 20 seconds to compile. I am currently using the following tsconfig.json configuration: ``` { "compilerOptions": { "target":...

In 1.2, we can read the following: > You can use --autosquash to squash all your commits to a single commit. **Nobody wants** many commits for a single feature in...

improvement
help wanted