Eugene Gilburg

Results 9 comments of Eugene Gilburg

Yes please! Or provide a clean way to swap json_api_client's error handler for our own. We wrote a JSON endpoint compliant with json-api spec that returns "error" objects on both...

I just had the same issue and solved it by using _exactly_ the gem versions specified in gemspec, rather than latest version allowed by gemspec. It seems that one of...

Are you adding this to your Rails app's Gemfile? You don't have to, unless your Rails app depends on it during runtime (which I'd find unusual). Taps doesn't require Rails.

Run the command from a new folder not under Rails root, and add a separate Gemfile there?

Change rack to 1.0.1 in that Gemfile you just created On Wed, Mar 27, 2013 at 2:15 PM, steve fox [email protected] wrote: > Hi again, > > Yeah, tried that:...

Sorry, not sure then. Perhaps try using other exact gem versions as I posted earlier. If not, can't help you, sorry

Did you make the fix? Could you submit the patch as a pull request so it's available in this repo?

@nixpulvis I think that's the direction Julia takes, here are some [syntax literals](https://github.com/JuliaLang/JuliaParser.jl/blob/master/src/lexer.jl#L32).

@scottmcm That work only on methods of the receiver, not an arbitrary function