Nicu Tofan
Nicu Tofan
``` this.buttons = {}; ``` seems to be unused in `Mouse.js` and `Touch.js`. In `Mouse.js` lines like [this](https://github.com/rezoner/playground/blob/19e9d865de5182261b2aa154cff13fb06f5fa08e/src/Mouse.js#L126) ``` this[buttonName] = true; ``` should be changed to ``` this.buttons[buttonName] =...
**What you were expecting:** The demo should allow the user to create a customer. **What happened instead:** ``` GraphQL error: Field "createCustomer" argument "avatar" of type "String!" is required but...
**Is your feature request related to a problem? Please describe.** The `linearFindNearest` function in [src/ol/array.js](https://github.com/openlayers/openlayers/blob/main/src/ol/array.js) has a `direction` argument which may be a number or a function. The number may...
https://github.com/formatjs/formatjs/blob/c063f7bc4530af7ec6c5b68000887a3f55948f6e/packages/cli-lib/src/extract.ts#L200C18 ```ts try { const source = await readFile(fn, 'utf8') return processFile(source, fn, opts) } catch (e) { if (throws) { throw e } else { warn(String(e)) } } ```...
### Search for existing feature requests - [X] I have searched the issue tracker and confirmed that I was unable to find existing issues for the feature I am requesting....