David Judd

Results 11 issues of David Judd

It would be nice if there were instructions on how to get to a point where "gem install $gem_that_uses_helix" will "just work" for at least a large subset of users....

Documentation
Needs Team Discussion

Probably worth seeing if there are any low-hanging fruit. At the very least we should set `debug = false` and strip binaries before shipping artifacts for the Ruby or Python...

It's probably overkill for any practical use case but it'd be a nice learning experience

There are a couple of places where we ignore the fact that unicode case folding can generate multiple characters, and I don't think there are any cases where we correctly...

- Allow any Unicode 'alpha' char where we once only allowed A-Z - Support names like "M.E.E. Ericson" - Add Gemfile & update Rakefile for Rake 10 - Add still-incomplete...

(I'm not sure if this is a bug or just something I'm doing wrong but I'm not sure where else to ask for help. At least, the installation instructions may...

**Describe the bug** I'm not really sure what's going on here, if this is expected for a reason I don't understand or possibly indicative of a larger problem, but: `ß`...

I'd like to use this library with a project that uses Trio rather than asyncio. Using anyio rather than using asyncio directly should be a simple way to support this....

We've noticed that hashtriemap iteration is somewhat expensive in production profiles. One contributor seems to be that we allocate a Vec with every iterator, and we have a large number...

This would be a breaking change and so I assume would require a major version bump, and probably doesn't warrant that on its own, but may be worth considering if...