Martin Blom

Results 7 issues of Martin Blom

First of all, I do not speak any Arabic whatsoever, but we're using Snowball in one of our products and we're now adding support for Arabic. According to the [README](https://github.com/assem-ch/arabicstemmer/blob/a02b4c415ad5431b573560e18c090aa307cc8d70/README.md#results)...

This is required when having JNI modules for multiple systems and architectures.

I'm testing the waters here; not sure how you feel about this. I could maintain a fork of course, but I'd prefer not to ... This PR adds support for...

I'm upgrading from 0.97.0 to 1.3.0 and now `ts-json-schema-generator` crashes. I have a `schema.ts` with exported types plus a helper function for validating the types using the generated schema. ```sh...

On the iPhone and iPad, the page auto-scrolls is a really frustrating way. Either fix it or revert to a plain text-area on mobiles, because it's unusable as it is.

bug

### Version 1.46.1 ### Steps to reproduce 1. Clone https://github.com/LeviticusMB/toHaveText-with-arrays 2. `npm i && npm exec playwright test` ### Expected behavior 1. I expected `expect.extend()` to return a new function...

``` $ document.querySelectorAll('html > body') > NodeList [ body ] $ document.querySelectorAll('html > *') > NodeList [ head, body ] $ querySelectorShadowDom.querySelectorAllDeep('html > body') > Array [ body ] $...