Gergely Brautigam

Results 697 comments of Gergely Brautigam

Unlikely to happen mate, I'm sorry. I'm in maintenance mode for this Gem as my time is now bogged down mostly with Go related work in my job and in...

Hello! Thank you for reporting! :) I will check this out as soon as I can! :)

Yeah, so dot is an identifier, so it splits it up by dot. Inconvenient. :D

Okay, this is not going to be possible without messing up everything that's built around `.` being an identifier. What I can do is, make the regex a bit more...

It's actually harder than that, because the `.` makes it so that the identifier is not handled as a word, but two words. :/

Yeah there are some problems with doing this, but I'll figure something out! :))

@tgnla Yo. So, as a workaround for now, until I figure something out... This actually works: ``` "$.resources[*][?(@.type == 'Types.igloos')].name" ``` Notice how I'm using `@.type` instead of `@['type']`.

Oh that is a very good idea! Thanks for this proposal. I actually know how to do that. :D 💯

Yep, pretty much. Also, flux has some libraries in it's publish `pkg` repository to deal with OCI repos and extract tar files. So integrating that will help massively in providing...