Geoff Buesing

Results 6 comments of Geoff Buesing

I have yet to test out this patch, but I could definitely use this feature -- I've forked a gem and namespaced it under my own namespace (e.g., "gbuesing-foolib"); I...

Just to throw this idea out there -- another way to tackle this would be, a "skip_gem" command, to indicate that you never want this gem installed, no matter who...

Try running from the project root: `ruby examples/headlines.rb -k 16`

Thanks for the report. I can't reproduce, however -- which version of Ruby are you using?

@agarie would be great to see this gem maintained by the SciRuby community. Looks like the maintainer hasn't committed any code or responded to any issues on this project since...

You need to specifically bind an event to `marker.label`, e.g.: ``` L.DomEvent.addListener(marker.label, 'click', function(e) { this.togglePopup() }, marker); ``` I had to dig in to the code a bit to...