Tilman Schweitzer

Results 11 issues of Tilman Schweitzer

I'd expect that only keys in the option selectKeys trigger the selection, but I can't disable the tab key. I guess these lines are responsible for the issue. https://github.com/afry/quill-mention/blob/master/src/quill.mention.js#L103-L107 Thanks...

Add a rule similar to 'directive-restrict'. ``` {"restrict": "AE", "explicit": "never"} ``` 'directive-scope' ``` {"scope":["child", "isolate"], "explicit": "always"} ```

Rule

Regarding a 1.0.0 release it would be great to have a set of big real world application which follow a lot of the plugin rules and can be used to...

Test
Improvement

https://github.com/angular/angular.js/wiki/Best-Practices

Improvement

From the angular wiki (https://github.com/angular/angular.js/wiki/Anti-Patterns): Don't use a scalar variable (null is scalar) as a model within an isolate scope (such as ng-if). (Example: http://embed.plnkr.co/qRhLfw/preview) (Last missing point from #133)

Rule

Add parameter --maxConcurrency to prevent different load errors. Depending on the content different load errors like 'Bandwidth exhausted' or 'Received RST_STREAM with code 2' occur and cause the import to...

The objects returned from Firestore have a random key order. This makes it hard to compare different backup files. Therefore, the parameter --sortKeys uses a custom and key-sorted stringify function....

Sadly, the objects returned from Firestore have a random key order than changes with each export. Therefore it would be great to have a parameter like `--sort-keys` to have a...

I would be really great, it a lookup returns a non-zero exit code if the element is undefined. Currently one can not distinguish between an empty string and a undefined...

The module is currently not available through npm! Would be great to have it there too.