Shane F. Carr
Shane F. Carr
I'm getting the following errors in this module on Node.js 18: ``` Error: error:0308010C:digital envelope routines::unsupported at Cipheriv.createCipherBase (node:internal/crypto/cipher:122:19) at Cipheriv.createCipherWithIV (node:internal/crypto/cipher:141:3) at new Cipheriv (node:internal/crypto/cipher:249:3) at Object.createCipheriv (node:crypto:141:10) at...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...
See https://github.com/unicode-org/icu4x/issues/58 I implemented the new option as `BaseLanguageHandling::Retain` or `BaseLanguageHandling::Strip`.
After experimenting with this for some time, it's clear that there is not a single storage solution that works optimally for every use case. I have therefore proceeded to make...
I've come across a number of docs tests that have unused imports, which can be confusing to clients and developers. We should clean up unused imports and then prevent them...
We want to link to these guidelines from https://www.unicode.org/reporting.html
Fixes #3241 I switched our WASM engine to `wasmi` because it is faster to compile and has fewer dependencies. I changed how we interact with C++, too, in order to...
In the API review, @markusicu pointed out that ICU takes a locale in the segmenter, and the locale affects the behavior in certain cases, such as those in the data...
We do not implement `Ord` on `Locale` or `LanguageIdentifier` because there are multiple possible orderings, and we did not want to privilege one ordering over another (see https://github.com/unicode-org/icu4x/issues/1215). We export...
An example of a potential way to resolve #58 Depends on #4606 Depends on #4608