Aicke Schulz

Results 10 issues of Aicke Schulz

The icon in the DevTools tab bar does not support the dark theme. I'm unable to find the dark theme css class (?), otherwise I would have submitted a pull...

help wanted

The version update for babel cli seems to be correct but "show changelog" links to the wrong branch "master", but the new one is "main". I'm not sure if this...

> Sorry, we haven't found any changelog URL for html-validate module. Repo: https://gitlab.com/html-validate/html-validate/ Package: https://gitlab.com/html-validate/html-validate/-/blob/master/package.json Changelog: https://gitlab.com/html-validate/html-validate/-/blob/master/CHANGELOG.md

## What Adding a polyfill for `EventTarget` constructor, an EventEmitter for Javascript objects (e.g. for CustomElements or every other object), as a counterpart to DOM events. ## Details I stumbled...

feature
library

Special character only passwords like "..--!!==" or "!§$%&/(" do not have any strength, regarding to the [demo page](http://git.aaronlumsden.com/strength.js/). Is that a bug or a feature?

I like(d) the possibility to import usage data from google analytics. Sadly this feature will be no longer available for us, because we switch to a different tracking technology. It...

If you want to submit the form with onSelect() and need a synced value field, you have the problem that the value field isn't updated already. It's a problem of...

If you use the autofocus attribute on an input field, the focus event isn't send, therefore the focus intialisation failed. One effect of that was a wrong position of the...

In description: `"if the syncAtInit option is set to true, it will synchonize the value of the autocomplete with the corresponding data from the valueField's value."` In options: `syncName: 'id',...

With `hide_mode`, the dropdown hide method can be changed to prevent different problems. - `hide_mode: null` (default): uses the old `"left": -9000` to be backward compatible, but is problematic with...