Harm de Wit
Harm de Wit
I'm unable to use Pandoc on my OSX Lion using your Sublime Pandoc package. I have installed Pandoc before and i'm using it for some time using the terminal. When...
For one of our rails projects I was interested to see if cuprite is faster than our current selenium chrome specs. Selenium still seemed a bit faster for the feature...
**Do you want to request a *feature* or report a *bug*?** bug **What is the current behavior?** The first initial `yarn install` runs successfully but the yarn integrity file is...
The solution illustrated [here](http://reed.github.io/turbolinks-compatibility/google_adsense.html) works great, but not for pages over https. I'm getting the following error: ``` [blocked] The page at https://domain.com ran insecure content from http://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-331342934991185…680&u_cd=24&u_nplug=9&u_nmime=64&biw=1680&bih=469&fu=0&js=uds&eid=37464000. ``` I...
The `simple_mercator_factory` and the `SimpleMercatorProjector` are missing options for like `:wkb_parser`, `:wkt_parser`, `:wkb_generator`, `:wkt_generator`. These options are only passed to the geographic companion factory, not the projected factory. When using...
I've been thankfully using this gem for years, but only now noticed there are `count_votes_*` methods that correctly chooses between the cached or non-cached method. Would be nice to see...
When trying to start an application with `overmind s` I got this error message: `overmind: Can't find tmux. Did you forget to install it?`. Of course I do have `tmux`...