Chris Bolton
Chris Bolton
I wanted to put a comment or two on the right-hand side, right alongside the code as it would look like normally.. is this possible?
``` thepixelmonk@penguin:~/git/client$ go install -tags production github.com/keybase/client/go/keybase go: 'go install' requires a version when current directory is not in a module Try 'go install github.com/keybase/client/go/keybase@latest' to install the latest version...
Chrome seems to crash when trying to upload large files. Any plans to support this any time soon? A bit of googling revealed HTML5 should support this via chunking.
Getting the following at the end of my test output: /usr/lib/ruby/gems/1.9.1/gems/cover_me-1.2.0/lib/cover_me.rb:44:in `result': coverage measurement is not enabled (RuntimeError) from /usr/lib/ruby/gems/1.9.1/gems/cover_me-1.2.0/lib/cover_me.rb:44:in`block in '
When trying to load the prebuilt version I'm getting this.. any help? ``` uncaught exception: abort() at qd@http://localhost:3000/assets/libmp3lame.min.js?body=1:223 O@http://localhost:3000/assets/libmp3lame.min.js?body=1:1 Qi@http://localhost:3000/assets/libmp3lame.min.js?body=1:1 Lame
is it possible to detect when the user deselects the slider? as in having a bind event instead of for every change just for the change when the slider is...
segfault
Just upgraded to node v6.2.2 and now getting `segmentation fault (core dumped)` when attempting to compile some of my `.cjsx` files. Works fine if I downgrade back to node v6.0.0.
[root@vps-626-1 thirsty]# bundle exec oink log ---- MEMORY THRESHOLD ---- THRESHOLD: 75 MB /usr/lib/ruby/gems/1.9.1/gems/oink-0.9.3/lib/oink/reports/memory_usage_report.rb:20:in `=~': invalid byte sequence in UTF-8 (ArgumentError) from /usr/lib/ruby/gems/1.9.1/gems/oink-0.9.3/lib/oink/reports/memory_usage_report.rb:20:in`block (2 levels) in print' from /usr/lib/ruby/gems/1.9.1/gems/oink-0.9.3/lib/oink/reports/memory_usage_report.rb:16:in `each_line'...
I'm trying to use this plugin on a bunch of elements that have been rotated (via css3's transform: rotate) and it seems to not play well. Any ideas?
I'm trying to parse out some twitch tags on Privmsgs to check whether a user is a subscriber, moderator, etc. but I don't see any info on hackage about where...