Results 29 comments of Lonnie Best

Here's a good article before diving into the [specification](http://www.ecma-international.org/ecma-262/9.0/index.html#sec-regexp-regular-expression-objects): **Flags:** https://flaviocopes.com/javascript-regular-expressions/#flags **Named Capture Groups:** https://flaviocopes.com/javascript-regular-expressions/#named-capturing-groups **Unicode Property Escapes:** https://flaviocopes.com/javascript-regular-expressions/#unicode-property-escapes **Look-behind Assertions:** https://flaviocopes.com/javascript-regular-expressions/#lookbehinds-match-a-string-depending-on-what-precedes-it

Any progress on this? Its been a year my friend. I still use your tool, but I'm having to use another tool some of the time (when I need those...

Are you referring to what is called [Unicode Property Escapes](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions/Unicode_Property_Escapes) by MDN? Is this what you're needing?: - https://www.unicode.org/Public/UCD/latest/ucd/PropList.txt - https://www.unicode.org/Public/UCD/latest/ucd/PropertyAliases.txt - https://www.unicode.org/Public/UCD/latest/ucd/PropertyValueAliases.txt Parent Folder of above files: https://www.unicode.org/Public/UCD/latest/ucd/ Here's...

**Good News:** When Firefox 78 is released at the end of this month, it will finally support the new regular expression features that you've added to your tool. @gskinner

Today, I installed Firefox version 78 and confirm that these 2018 RegEx spec features are finally live in Firefox as well as Chromium/Chrome! @gskinner

@tomByrer That link has one of the coolest fonts I've seen on the web and I love the style of those form elements. Very nice!

@feross Take a look at this false positive: https://github.com/eslint/eslint/issues/11967

Would something like this address the issue: ``` async function bigProbs() { try { doSomething(function(err) { if (err) throw err; // won't be caught by the parent // ... })...

@dynobo : When running NormCap-0.5.4-x86_64.AppImage on Debian 12 with [AWM](https://awesomewm.org/), it will only attempt to OCR capture on my top-right external monitor: ![2024-01-17_08-36](https://github.com/dynobo/normcap/assets/151919/44e13c7a-6216-41fe-a49f-34d2d135cff4) Awesome has a configuration script that loads...