Alessio Linares
Alessio Linares
Hello, I saddened to see the status of this project 😢 . I come here because I just ran into an issue with the dobs integration. I looked at the...
I'm having the same issue. I believe that this happens because DO doesn't have time to sync behind the scene between returning the volume attach action id and the polling...
I just saw that this other PR exists doing the same: https://github.com/rexray/rexray/pull/1344
Ok, then as I added functionality in a backwards-compatible manner in #20 , shouldn't the version be 1.1.0 now? We should also add a patch version define to the code.
Hi @ShaneOH, I have tried to reproduce your problem but I was unable to get the error you are seeing. As you can see, I added a new test in...
Hi, nice catch! I checked it. This happens because internally the library is turning everything into arrays. I've started working in a fix for this. I'll update this issue when...
Actually, I went ahead and opened the WIP PR :)
FYI, I am working on this and have something that kind of works in my laptop (I haven't forgotten :wink: ) I've just been busy...
Update: There is a WIP PR with half an implementation of this: https://github.com/Galbar/JsonPath-PHP/pull/25 Fixing this requires a bigger change than I'm willing to do. Sorry, but it is not happening,...
Hi there! Sounds like a good addition. Have you tried passing an optional parameter to `getReal()` stating the action, ie.`remove`, and have the remove logic happen when traversing the internal...