Jesse Jaara

Results 7 issues of Jesse Jaara

The year is 2019, those refusing to use anything but ASCII should be the one to suffer, not the 99% of people whose systems are able to handle UTF-8. So...

Trying to run anything with current casper master and slimer 0.10/master will result in the following error: [Exception] TypeError: this.filter is not a function filename:file:///foo/casperjs/modules/casper.js line:677 I am not sure...

It would be nice to have option to store the downloaded pkgbuilds and sources somewhere in the system, like yaourt does store the svn, git and packages like that. Currently...

AUR
VCS

### Checklist: - [ ] If this PR is a new feature, please reference an issue where a consensus about the design was reached (not necessary for small changes) -...

🏓 awaiting-contributor-response

**Intended outcome:** useReactiveVar does not get stuck on old value. **Actual outcome:** useReactiveVar can get stuck and stop updating in case of a race condition. This seems to happen at...

🐞 bug
🧞 fixed-by-contributor

## **Intended outcome:** When defining a Type-level merge function: ```typescript new InMemoryCache({ typePolicies: { LevelB: { merge: mergeB } } }); ``` I expect `mergeB` function to get called any...

🐞 bug
✔ confirmed
💸 caching
🔍 investigate

The keepOpen property can be used to prevent default behaviour of closing the menu and resetting the components internal state when selecting an item in multi mode. This can be...