Nathan Youngman

Results 94 issues of Nathan Youngman

Would it be possible to filter out oink logging when Rails is serving assets (in development)? It currently spams my logs like this (asset logging itself is being silenced, otherwise...

We should get CI setup, specifically I wanted to test the Ruby Edition against multiple versions of Ruby as some functionality may only be supported in Ruby 2.0. Unfortunately Travis...

Hey @campoy > You are not authorized to make that request API requests must be key-signed, oauth-signed, or accompanied by a key: https://www.meetup.com/meetup_api/docs/#authentication https://go-meetups.appspot.com/

I imagine it would be possible to do something like [Jasmine](http://labix.org/gocheck). The `describe/it` functions could be imported with `.` (like Gocheck) and take a string description and a func. In...

fsnotify is currently being maintained at: https://github.com/go-fsnotify/fsnotify fsnotify.v0 matches the API you are using but some bugs have been fixed. There is also a newer v1 API if you wish...

I'm trying out BBEdit 10.0.1 with the latest PeepOpen BBEdit script from here. I have a big Rails app with where PeepOpen will index 2053 files in TextMate, but it...

Since coveralls.io doesn't [appear to support multiple languages](https://github.com/lemurheavy/coveralls-public/issues/373), it would be useful to have an example of combining coverage from excoveralls with coverage from JavaScript. I currently have lcov data...

``` ❯ MIX_ENV=test mix coveralls --help -v (--verbose) Show json string for posting. ``` When I use --verbose or -v I see the usual detail but no JSON. ``` MIX_ENV=test...

Any plans to support [chatterbox](https://github.com/joedevivo/chatterbox) for recording HTTP/2 requests?

The source code link at: https://rubygems.org/gems/s3_direct_upload links to: https://github.com/BlissOfBeing/s3_direct_upload rather than: https://github.com/waynehoover/s3_direct_upload