Bill Burcham

Results 7 issues of Bill Burcham

When building from a PR with a green heart emoji 💚in the long description, this exception is generated: ``` net.rubygrapefruit.platform.NativeException: Could not set the value of environment variable 'ghprbPullLongDescription': could...

On macOS Catalina running the Docker Desktop 2.5.0.1 or 3.1.0 stable, when I enter a shell in a container per the [Quick Start Guide](https://github.com/iovisor/bcc/blob/master/QUICKSTART.md) and run a [Tutorial](https://github.com/iovisor/bcc/blob/master/docs/tutorial.md#bcc-tutorial) command I...

require 'excelsior' require 'stringio' Excelsior::Reader.rows(StringIO.new('')) do |row| puts row end Segfaults on $ ruby -v ruby 2.0.0p195 (2013-05-14 revision 40734) [x86_64-darwin12.3.0]

When I open AckMate.tmplugin (from the Finder) using TextMate 2.0 Alpha, the plugin does not register itself. Instead a new editor window opens (viewing the contents of the tmplugin bundle...

`dissoc` apparently operates on the map that has the matching key: ```clojure (transform {:a 1 :b 2} [:a] dissoc) => {:b 2} ``` ✓ Since `dissoc` is a fn of...

I don't know how to fix this, but here is a (failing) test to verify that the script tag w/ data-main attribute is created.

The [README](https://github.com/jwhitley/requirejs-rails/blob/master/README.md) says: ``` requirejs_include_tag "page1" ``` will generate: ```