Adam Tuttle
Adam Tuttle
@KamasamaK very cool! I forcibly installed symbols-view 0.117.0 into my personal packages folder and it works now. Thanks for the tip! ``` $ apm install [email protected] The symbols-view package is...
Yikes. I'm not really a fan of either! Is there a different snippets plugin we can recommend? Or should we file a bug/enhancement with them?
I just noticed this on my system recently, so maybe it was added in a recent version of jitsu? Either way, I'll be happy to see it addressed. ``` /Users/adam/.profile:5:...
I had a quick glance at the man page for `shopt` but I guess I'm not just that much of a CLI ninja. Can you tell me what the goal...
8.x is the current LTS branch. Was this fix merged into any specific 8.x release, or do we need to wait for 10.x LTS?
@JoeTheFkingFrypan which version of Node?
Fair enough. Doesn't help those of us that would prefer to stay on Node LTS 8.x until 10.x becomes LTS though.
I've also seen `%s` trigger a similar effect, but when I tried to create a simple repro for the ticket it wouldn't happen on command for me. But here it...
I am very interested in this feature (and/or #80). I am using Braintree in a language that runs on top of Java, but I am not a java developer so...
> getRequestBody() is taking the Binary data from the PUT request and converting to UTF-8, but then nothing appears happens with the body data. That doesn't sound good. I have...