Niels Saurer
Niels Saurer
Exciting stuff! I will definitely be following the progress :) Feel free to close this issue if you're already tracking this somewhere/have other plans
> There’s a number of online “old version” sites that one can find the binary on. I’d just Google the SHA1/SHA2 hash to find a copy for download. FYI I...
I have also become interested in the VF2++ algorithm. For reference, this seems to be a useful resource from someone who added VF2++ to networkx: https://gist.github.com/kpetridis24/535af6baf74953e55edc9770bea75200
FWIW I was able to fix this for my use case by moving all event reading logic into a separate thread and pushing it to the main thread via a...
I can reproduce your results on native (as opposed to WSL) Windows 11 x86 (Windows Terminal, PowerShell): mouse events are not being registered while the thread is sleeping. Keyboard events...
@sffc thinks about holding a reference to the source string in the ParseError itself: https://github.com/unicode-org/icu4x/pull/3547#discussion_r1234726864
#3670 introduces a `MainToken`-based main-parse-loop. This means in cases like `[a-{hello\ world}]` we have all the required data available to say "error: unexpected string, expected single code point", and improving...
> I expect this to be even worse if the "input" node of the pattern is not the node with index 0 of the pattern graph I added some more...