John Toohey
John Toohey
I agree with you the previous solution was too complex. I have made a couple of changes: * Support for letters in the brackets. * Pipes to perl instead of...
Using sed instead of perl now, just to remove an added dependency :).
Okay, I have fixed the PR to fix the workflow. Clippy is now happy.
Its a fair question (giving their long obsolescence), I'm trying to parse escape codes to use for a preview feature in an application I am writing and would, preferably, like...
Indeed I would be interested in implementing it myself, I'll have a further look into the code and try and figure out how it works. My one concern is that...
I've worked on performance, and have got the following results (from vtebench): ## Summary Table *TL;DR About the same in both master and the patch* | | master (ms) |...
As for how this new solution works, it basically takes the implementation of `OscString` and makes it work over all 4 types of strings (so it actually works for SOS...
Note I didn't manage a 'getAllKeys' function with 'offset' and 'direction' because, to be frank, I underestimated the complexity of the IndexedDB Api. Edit: Corrected typo.