Ken van der Eerden

Results 10 issues of Ken van der Eerden

The original issue can be found here: https://github.com/vuejs/test-utils/pull/1759 The disabled attribute gets set to 'false', which is incorrect. The spec does not allow for false values, as per https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#boolean-attributes. The...

Just curious, Were you guys aware of this: Are there plans to refactor the theme to remove jquery (for performance)?

after calling off(true) and clearing all listeners, var listeners set in on() function is not cleared. This could cause errors when calling functions desired to be unsubscribed.

This fixes an issue that causes postgres database to not actually truncate, so Id column auto-increment does not get reset to 1 and new models continue to use Id from...

Something that I've learned while using the LocoRS framework; interactively update or decline snapshot updates. So like the `--update-snapshots` option, you could add another option named something like `--verify-snapshots` which...

I don't see anything in the documentation on how to automatically run the app on startup/login. What's the correct way to go about setting that up (on MacOS)? I seem...

help wanted
question
macOS

Add the use of the {:target} feature as per https://stackoverflow.com/a/28089308/3017716 Though I'm not sure where I can find version release documentation; the feature does seem to work in the tools...

**Describe the bug** I've just updated to Expo 54 and now the animations (e.g. `Animated.spring()` in useSlideAnimation.js) no longer works and thus the toast is not 'slid in' and not...

When defining an array or collection (using phpdoc annotations), where the arrays values are union types; only the first (data)type would be added into typescript. This fixes that. Depends on...

Currently it's quite a hassle to overwrite or extend classes. This change replaces `new` statements with `app()` to allow for easy extension and adds the ability to add `make` and...