Ken van der Eerden

Results 4 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...