Pete Nicholls

Results 9 issues of Pete Nicholls

My config: ``` 'rspec': 'command': 'bundle exec rspec' ``` Running `Rspec: Run` or `Rspec: Run All`: ``` /Users/pete/.gem/ruby/2.0.0/gems/bundler-1.6.2/lib/bundler/runtime.rb:34:in `block in setup': You have already activated rspec-core 2.14.7, but your Gemfile...

duplicate

``` ruby c.add_ical_feed nil # this should raise an ArgumentError long before it makes the request ```

Need to come up with a reasonable way to handle description formatting from various sources.

`dump_schema` accepts `IO` objects (`Pathname`, `StringIO`, etc.) but `load_schema` does not. This results in some surprising behaviour: ```ruby schema_cache = Pathname('schema-cache.json') # This works GraphQL::Client.dump_schema(..., schema_cache) # This doesn't, until...

Hi 👋 I'm wondering if there's an API that lets me read the compiled values of variables. Something like: ```ruby raw_sass = '$hello: "World";' Sassc::SOMETHING.parse(raw_sass).variables # => { "$hello" =>...

This PR: - Renames `send` to `send_data`, to avoid overriding Ruby's core `send` method. - Adds a `colour_rgb!` method (usage: `colour_rgb!(255, 0, 255)`) - Adds a `colour_hex!` method (usage: `colour_hex!("00ff00")`)...

Hey there. I have a [Webmail Notifier that I think might be a knock-off](http://dx.com/p/usb-universal-e-mail-webmail-im-notifier-gmail-outlook-outlook-express-pop3-27062), and I was wondering if you could help me add support for it. ``` 1.9.3-p362 :002...

I have several servers running on Leopard. Some of them are VHosts with shortcut aliases. If I type any of the following, it redirects on to the default keyword (prefixing...