Shane F. Carr

Results 401 issues of Shane F. Carr

Web sites can be translated into dozens or hundreds of languages, and may also include regional variants and script variants. In your proposal, it looks like the server has to...

Modern Unicode locale identifiers are not limited to languages; they also carry additional subtags and extensions. In https://github.com/tc39/ecma402/issues/416 I proposed a way to add unicode extensions to the Accept-Language header....

Hi, @bcmyers! Thanks for your interest in the i18n field! I just wanted to make you aware of the ICU4X project. It supports several CLDR-backed features in Rust, including basic...

### Feature Description If my task has multiple dependencies, and those dependencies are independent from one another, cargo make should be able to run them in parallel. ### Describe The...

enhancement
low priority

The stringref extension for CBOR allows for strings to be deduplicated (referenced from a common source). This is useful if you have a data structure with a lot of duplicated...

Consider adding TypeScript typings (index.d.ts file), or even migrating the project itself to TypeScript. Consider using the typings available in https://github.com/octave-online/octave-online-server.

good first issue

This PR adds const functions for generating 32-bit and 64-bit hashes from byte slices. This allows the generation of hashes at compile time. Builds on #13

It would be convenient if the action would create a draft release whose body text is auto-populated with a list of all commit messages or PRs merged since the previous...

As noted in #10, standard JavaScript strings use UTF-16 encoding, which leads to false arithmetic for a tool like diff_match_patch. The only correct fixes to the problem would be to...

I stumbled upon this project from a bug in a downstream project that uses this library, Codiad. The following function throws an exception: ```javascript function testPatchUnicode() { var cp =...