Michael Sokolov
Michael Sokolov
If we can find a clean way to detect imminent stack overflow and throw an exc, that would be great. Maybe a member variable on RegExp would be less intrusive...
OK, this is now working with the current mainline and reproducing similar results as I have been seeing all along with this change. It will enable testing with 8-bit encoded...
I like the idea, although I confess I don't understand how we can make it fixed width! I guess if we know the max number and it is small, we...
yup. Possibly too if Mike M is bored he could implement an alarming system :) or export the data somehow so we could bolt one on the side?
So -- this is just a scrappy start I wanted to post to get an idea if people think this is worth including. The initial "overview" page is functionally equivalent...
> What are the reasons for choosing to create a web app without a usage of a web framework such as React? Writing Vanilla will get pretty cumbersome when things...
Re: JS frameworks - I recognize my position is from Ludd, and it might be untenable. If it gets out of hand we can always add something like jQuery, but...
I found this simple thing useful without all that, but nobody else seems to like the idea - it's fine, I won't push it On Sun, Nov 6, 2022 at...
Fixes https://github.com/apache/lucene/issues/11783
> I was thinking a better approach would be to leave it to uses of NeighborArray to define maxSize, and not add +1 in the NeighborArray class itself as this...