Curt Cox
Curt Cox
I'm a frequent jq user, but not a skilled one. Most of the time all I only use it for formatting. I know jq has powerful querying capabilities, but the...
``` $ ruby -v ruby 1.9.3p286 (2012-10-12 revision 37165) [x86_64-darwin12.2.0] $ warble --trace warble aborted! cannot load such file -- java /Users/curt/.rvm/gems/ruby-1.9.3-p286/gems/newrelic_rpm-3.4.0.1/lib/new_relic/agent/instrumentation/metric_frame.rb:66:in `require' /Users/curt/.rvm/gems/ruby-1.9.3-p286/gems/newrelic_rpm-3.4.0.1/lib/new_relic/agent/instrumentation/metric_frame.rb:66:in `' /Users/curt/.rvm/gems/ruby-1.9.3-p286/gems/newrelic_rpm-3.4.0.1/lib/new_relic/agent/instrumentation/metric_frame.rb:12:in `' /Users/curt/.rvm/gems/ruby-1.9.3-p286/gems/newrelic_rpm-3.4.0.1/lib/new_relic/agent/instrumentation/metric_frame.rb:11:in `' /Users/curt/.rvm/gems/ruby-1.9.3-p286/gems/newrelic_rpm-3.4.0.1/lib/new_relic/agent/instrumentation/metric_frame.rb:10:in...
I used rvm to install jruby. I could probably eliminate the problem by uninstalling jruby, but that doesn't seem like a good solution. I was able to get past this...
An indirect approach to solve this problem is to provide a links that would open the user's IDE to that particular location. The user could then use the IDE to...
"SourceKit for Safari is a browser extension for GitHub, that enables IDE features on your browser such as symbol navigator, go to definition and documentation on hover." https://github.com/kishikawakatsumi/SourceKitForSafari
scaldi.org has been abandoned. At least some of the content is available from archive.org. https://web.archive.org/web/20190910133453/http://scaldi.org/learn/
@wittjosiah Thanks for the clarification. The more you attract developers like me who aren't steeped in web development the more you will face issues like this. Hopefully you see it...
Yes, that is a different issue. That's what I mean by "this request is not about". I did have problems with missing dependencies, but the error messages and stack traces...