Matt Mueller
Matt Mueller
Alrighty, I found the offending line: https://github.com/gliderlabs/herokuish/blob/783f11bd80c714ce53c607097ffba1778733e17c/include/herokuish.bash#L126-L128 Basically, if `/tmp/app` exists, remove `/app` and replace it with `/tmp/app`. This is a bit unfortunate when you're building locally because you'll lose...
any chance we could get this reviewed and merged @gorhill ?
That's fair and thanks for the response. I'd like to pull in this library, but the issues regarding infinite loops during DST worry me. I'm wondering if there's a simple...
Thanks! Will definitely give it a go and let you know! On Thu, Jan 12, 2017 at 1:10 PM Augusto Becciu wrote: > @cshiong thanks for the example! Just fixed...
@abecciu just had a chance to test out your `dst-support` branch. It seems to be working for the leap forward, but not the leap backward. Here's what I'm testing: ```go...
@abecciu Ahh got it! I also realized that the default implementation is probably what I want. Thanks for your help!
Wrote this module to help with this. It doesn't eval, but it'll generate a string: https://github.com/lapwinglabs/jsepgen
is this issue saying de-duped modules are still being shown despite not being in the final output?
+1, this project is super handy, but it also took me a while to figure out what was going on. The way I'd approach the readme is similar to @a-h....
Hey @revmischa, thanks for the PR! I really appreciate the intention and it's an interesting idea to compress inferable information. We're not ready to merge this right now because we...