Boris Zhguchev
Boris Zhguchev
@iluwatar or @ohbus. What do I need to do to push forward the current pr?
Hi, sure. I will take a look shortly.
Yeah, the regular expressions are heavy and the general [advise](https://github.com/rust-lang/regex/?tab=readme-ov-file#usage-avoid-compiling-the-same-regex-in-a-loop) is to avoid recompiling them as much as possible. Thus, I can't see any other way but to solve it...
Yeah, great. I will implement it in a week or two. > It would have been nice if serde_json::Value had a Regex field, I think in that case we would...
So, the story: Add a configuration for jspath which will accept the cache for regexes. In the future, the configuration can be enriched with the other parameters. The cache should...
Hi! It seems the issue is connected to that one #12. Yeah, it seems, the existing API does not allow doing that. We need to add the mutable ref. I...
 [Update by path](https://trello.com/c/WINP2tbz/1180-update-by-path)
Hey! Sorry, I am on vacation and very slowly respond. Yeah, sure. You can take it and split it into a smaller prs. I will finish the review of the...
Great. Thanks for the pull request. I will try to come back to it this week( I am currently on vacation without access to my laptop unfortunately:( ) Btw, getting...
Yeah. thanks. :) I agree the supplementary costs should be avoided, the struct `JsonPathFinder` was created simply intending to use it directly. like having two strings (JSON and js path)...