Joe Nelson
Joe Nelson
Provide a way to override the words and customize the app. Maybe someone wants it to say "slower / faster" or "boring / interesting."
People are liking this app and want the history feature so they can later overlay people's reactions onto video recordings of their talk. The video integration stuff is way out...
Create a custom build to remove icon styles not referenced in our code. Also use the stylus preprocessor to bundle it into our main css file in production.
Prune builds
The GHC installation includes some things that the Heroku instance potentially does not need. If we remove these things after building (in the `bin/compile` script) then we have less to...
https://github.com/begriffs/heroku-buildpack-ghc/wiki/Deploying-Yesod-with-Postgres-or-MySQL Make a short guide about configuring Yesod and hooking it up to the db using environment variables. Once it's good we'll need a link to it on the README...
Add some basic sanity checks with https://github.com/heroku/hatchet
The logic checks for a `~/.config/haskell-vim-now/hvn-helper-binaries/stack.yml`, and if found considers the binaries to be built and skips further work. However if a previous installation was interrupted then this file will...
- Refactoring tool [HaRe](https://github.com/RefactoringTools/HaRe) - [Vim-hsimport](https://github.com/dan-t/vim-hsimport) which will write import semiautomatically - use to sort the import statements [vim-haskell-sort-import](https://github.com/itchyny/vim-haskell-sort-import)
The installer detects the presence of ghc, but then the version differs from that expected by Stack's LTS version. The solution is to uninstall the homebrew ghc and let stack...
It may disambiguate tags better based on module context.