takanuva15

Results 33 comments of takanuva15

Hi, a few additional questions: 1. You mentioned that I should "refactor the current `STSR#truncate`" method into two methods, where I do truncation first and then package exclusions. In terms...

@abhijit911turbo It's still under development on my fork; been distracted with other things that life has thrown on me lol. No definite ETA I can give you at this point

Hi, did you have any luck fixing this issue? Looks like I encountered the same circular reference problem when trying to use this library with a large complex schema like...

@weisJ Hi, I was wondering if you could add a message to the top of the README stating that IJ now supports this feature natively so the plugin is no...

lol I spent about an hour trying to get the hot reload working with the proxy script via Tampermonkey. After that didn't work, I finally bit the bullet and installed...

Thanks for posting the bnf/lex links; surprisingly it seems the bnf I wrote so far matches up decently with what's there (too bad it's a few yrs old lol). I...

Note this completes part of the request under #411

@samber Seems this PR is a highly requested feature; there is already another duplicate PR just like this one here: https://github.com/samber/lo/pull/426/files

Did some more research and I realized there is another library with a _massive_ slice util library, that includes this DifferenceBy function along with UnionBy. Worth a look: https://github.com/duke-git/lancet?tab=readme-ov-file#-18-slice-contains-some-functions-to-manipulate-slice----index

I am interested in this functionality as well since I'm dealing with legacy servers that cannot handle escaped query parameters at the moment. Can we add a function `SetEscapeQueryParams(bool b)`...