Rob Loach

Results 396 comments of Rob Loach

Added a few external tools to the wiki https://github.com/nesbox/TIC-80/wiki/tools

I would recommend creating a repository with these in there :+1: . They look great!

Through traefik, I had to... 1. Update the `traefik` service `command` to: ``` command: -c /dev/null --web --docker --logLevel=DEBUG --defaultEntryPoints='https' --entryPoints="Name:https Address::443 TLS:/certs/crt.txt,/certs/key.txt" --entryPoints="Name:http Address::80" ``` 2. Generate a cert...

You could possibly use something like this: https://github.com/excid3/asdf-vars

Didn't know of direnv! This is great, thanks.

I'm agreeing with @dave-irvine on this matter. Maintaining open source software requires a lot of effort, least of which is community management. No tolerance for ignorant people in the issue...

Does `(front):''` actually work? Unsure that's implemented in twig.js, but I could be wrong.

This may be fixed via https://github.com/twigjs/twig.js/pull/526 . Mind re-testing?

I'd be down. We could even publish rendered docs over with githubpages at http://twigjs.github.io/twig.js/ .

God is an anti-pattern :smiling_imp: Likely legacy, for allowing acting on a global through the web browser. Packages like Browserify and webpack can fix that pattern for us. Would be...