Tobias Uhlig

Results 194 issues of Tobias Uhlig

![screen shot 2018-09-01 at 22 29 10](https://user-images.githubusercontent.com/1177434/44949679-b43a8080-ae36-11e8-858b-f540be71d572.png) the [ should most likely be behind the comma and blank char. best regards tobias

Hi guys, it is nice that JSDoc provides the ability to include / exclude certain properties and methods via the build settings (opts.access: public, protected, undefined, private, all), but from...

Hi guys, is this template project still active? I just gave the template a try and do like the concept in general. I did notice a little bug (this works...

Hi Torsten, I merged your PR. The itemClick logic seems to be copied from a list and feels a bit odd to me. config: ``` /** * Custom cls added...

enhancement

to do this, we most likely should extract the logic from `afterSetValue()` into a new method using a silent param. we should also fire the change event at the very...

enhancement

Right now, the windows builds are running fine inside the framework scope, but they fail silently when running inside a neo workspace (`npx neo-app`). The problem seems to be the...

bug
windows

a new build program to automatically generate configs would be sweet. after picking a config name, the program should ask (multi-select) to generate the 1. beforeGetConfig() 2. beforeSetConfig() 3. afterSetConfig()...

enhancement

in case a user generates any class extending `component.Base`, we can ask to create a related `controller.Component` and `model.Component` as well, which get hooked into the just generated view file.

enhancement