Tim Mundt

Results 8 issues of Tim Mundt

When a new tag is added (addText) during the autosuggest debounce period, it will still open the suggest list, because only pending loads are cancelled (checking if we have the...

**I'm submitting a bug report** * **Library Version:** 2.0.0 * **Webpack Version:** 4.27.0 * **Language:** TypeScript 3.1.2 I need my project to be bundled into a single .js file. This...

I think it would be enough to only warn once about links being not yet implemented. Right now it kinda spams the console.

In **init**.py line 507 please remove the encode call. No idea what it's supposed to do there. When pickling no decode is done, why should we encode when depickling? Apart...

In __init__.py line 509 the exception is passed to the log function. This results in an exception because logging will try to format the string with the argument, however, there...

I'm used to have the "OK" button on the very right of a dialog, the "cancel" on its left. Right now the template for the confirm dialogs is the other...

enhancement

I don't see how I can integrate the generated `api.html` into my documentation. It's just there in the documentation folder and I cannot even link to it unless I use...

The validation of the `required` keyword does not make sense as it is implemented right now, IMHO. 1. It really does not make any sense to list properties in `required`...