Vincent Ricard
Vincent Ricard
+1 I got the issue #270 and disabling the regex cache worked. But we actually have a fix with #244. So, can we have a release embedding this please? I...
The [current standard](https://www.ecma-international.org/ecma-402/2.0/#sec-8) does not provided this kind of public function.
Maybe you can try to add try/catch around the `await Promise.all` et log the stack.
Did you try to call `Intl.__disableRegExpRestore()` as mentioned [here](https://github.com/andyearnshaw/Intl.js#regexp-cache--restore) and [here](https://github.com/andyearnshaw/Intl.js/issues/256#issuecomment-349335699)?
Hi, On a professional project i needed a matcher to check if the form fields have an 'aria' description. I created this: ```typescript const matches = (textToMatch: string, matcher: string...
Thanks for the pointers. I didn't know this specification.
In your `jest-setup.ts` file, did you try to just put: ``` import '@testing-library/jest-dom'; ```
Hi, The documentation mentions thislib can call several function: https://github.com/dougmoscrop/serverless-http/blob/master/docs/EXAMPLES.md#multiple-functionsresources Does it fit your needs?
Hi, It seems the 'mark' role landed with this [commit](https://github.com/A11yance/aria-query/commit/f7f6120770088f7259c38d8a99e629290c343abc#diff-3f912d894ea39978952231d368e6d75f04b7ad0709ae7e7c84052dc2e08e9e8f)... we just need a new release of "aria-query".
@alexander-akait do you mean we should refactor the code to strictly follow the spec (and create structures like "Invert" and "Negate" in an intermediate step as defined in the [spec](https://www.w3.org/TR/css-values-4/#parse-a-calculation),...