Jim Jones
Jim Jones
Received this as well. :+1:
I just skipped the rdocs. gem install treat --no-rdoc --no-ri
Since Soundflower is MIT, is there any way to package it with Kap and have it installed seamlessly alongside the Kap installation? Instead of a separate Soundflower installation.
Google has deactivated the web search API... 👎 http://www.google.com/uds/GwebSearch?start=0&rsz=large&hl=en&key=notsupplied&v=1.0&q=dogs&filter=1 https://ajax.googleapis.com/ajax/services/search/web?v=1.0&rsz=small&safe=active&q=dogs&max-results=1&v=2&alt=json
@chip-and-dail Create a fork and add support for Google's Custom Search API (which means you'll be paying for these searches). Or fork and implement a backend that scrapes (using Mechanize...
@chip-and-dail Nice find. Looks like the API is free and with a liberal usage policy. Create a fork and let us know. :)
I have about 400 regexes that I am trying to do a mutlimatch for; I began to utilize this PR/branch as I hoped it would speed up my initialization process...
Are you still interested in creating a pull request for this?
In the above example, it assumes that there's a resource called "Test". Do you have that setup?
My guess is that there is an application level `Rails.root` override in `lib/rails.rb:64` Since Call Stacking instruments application level calls and utilizes `::Rails.root` within its instrumentation method, it becomes a...