G Menel

Results 5 issues of G Menel

Greets, Can we make keypath respect array indexes to target a specific array before parsing. I'm trying to access "AnArray.0.ObjectOfArrayItem", i.e. `.responseArray(queue: nil, keyPath:"Galleries.0.Images") {` To parse the first Gallery...

enhancement

Installing this gem under Windows fails when building the extension, because of the use of the reserved words `near` and `far`. I couldn't think of good alternatives, but replaced them...

Hello Sir, Feature: Removes s2clientprotocol and moves proto inline to add protbuf v4. Below is the steps followed to add it to the project. You can check out your own...

enhancement

Good day, I have coordinate objects in protobuf which have a `.y` attribute defined, but rely on `method_missing` to trigger calls to C. Kernel.y intercepts the message and gives me...

When launching processes on Windows, I received a failure, `ArgumentError: wrong exec option symbol: pgroup` Upon inspection of Process#spawn, I noticed that depending on the OS you either pass `pgroup:`...