Connor

Results 42 comments of Connor

To everyone commenting that this is still broken, please ensure you are not using any other middlewares, as it is not just Sentry that would cause this issue. Any middleware...

If you don't care about supporting Firefox, [`Intl.Segmenter`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Segmenter) is great.

This is in the context of a capacitor app, and mostly happens on iOS. The app itself creates a new instance of minisearch when the app first loads, indexing all...

Does using this with `.astro` files work fine for you? Mine don't seem to sort, while my `.ts` files do, and the rest of my `.astro` documents are in fact...

Any update on this? I've been bumping up against it, and right now am just grepping occurrences in the output TS, which is obviously sub-optimal.

Understood, thanks for the explanation. My issue is that I'm actually only using the resulting object as an iterator, so of course `noUncheckedIndexAccess` is irrelevant because I'm not trying to...

I support the removal of `| undefined` and encouraging the use of `noUncheckedIndexAccess`, as yes that is what I need to do everywhere else for this behavior to be as...

I not only want case-sensitivity, but also think that this should be the default. Here is a prime example of why I think this is the case: ``` import {...

Still having this issue on occasion. Is anyone else seeing anything like this? Do library maintainers have any suggestions as to how I can help pinpoint the source of the...

Sure, will give it a go and report back. Thanks for the suggestion.