Riccardo Coccioli

Results 42 comments of Riccardo Coccioli

@ngarg-kr I didn't try it, but I think that if you register a [custom modifier](https://github.com/tidwall/gjson/blob/master/SYNTAX.md#custom-modifiers) to calculate the length, let's say `@len`, you might be able to get what you're...

@casperdcl my single contribution was just to fix a typo in documentation and docstrings. Feel free to include or exclude me based on where you draw the line of co-authoring....

Thanks @tersmitten for the information. Do you know why? I've looked into closed issues/PRs and didn't find your question.

@roman-vynar Thanks for taking this change into consideration (and the reference to the old bug report). Really appreciated.

@mikebryant thanks for the reply, regarding contributions, though, I saw that PR #49 claims to add Django 2 support and was passing the tests but is pending since April without...

@mikebryant Thanks for the update, this is a great news. Me too I didn't had any time so far to work on my related project where this will be needed,...

I would like to use this library too, but without a new release it's basically not possible. It has too many bugs and new features that are present in master...

Can I suggest in the meanwhile to add a message somewhere in https://irssinotifier.appspot.com/#profile ? For me the breakage aligned perfectly with my return from vacations and I was getting crazy...

@isyca not that I know of, this is similar to #373. Also in this case you could just use [multipaths](https://github.com/tidwall/gjson/blob/master/SYNTAX.md#multipaths) to get a list of what you want to join...

@kikyous that should be doable with the `@dig` modifier, see the [Modifiers documentation](https://github.com/tidwall/gjson/blob/master/SYNTAX.md#modifiers). For example with a json of: ```json { "something": { "anything": { "abcdefg": { "finally": { "important":...