Matt Williams
Matt Williams
Thanks Jason. The demo should be working already?
Thanks. Ill have a look :)
I'm going to weigh-in because I use this lib. I think the current balance is spot on. Faster than iteration short-circuit for fragments that don't need escaping and faster-than multi-match...
By prose, I mean "non-html content".
Actually... I am going to have to concede. I run your multi-match against 300k user-generated statements (generally tweet-sized). It is 30% faster for my use case in both node and...
To confirm - my usecase isn't escaping HTML. It is escaping text (which occasionally contains quotes, etc) for display in html. I would expect this to be a much more...
To facilitate review, here are the steps to test this works: 1) Open VScode containing the "Dev containers" extension. Click bottom left corner and in the menu that appears choose...
I was also bitten by this issue. I also decided I wanted more control than to just pass everything to the ErrorBoundary and have to reset it there, so have...