Tobias Uhlig

Results 190 comments of Tobias Uhlig

more input on the topic: ``` afterSetVdom(value, oldValue) { let me = this, app = Neo.apps[me.appName], vdom = value, isParentVdomUpdating, listenerId; // It is important to keep the vdom tree...

just got the feedback, that this change does not fix the windows issue. since i don't have wndows on my machines, i need help :)

to reproduce this one, you can just add the following into any cmp, assuming a view controller exists somewhere: ``` domListeners: { click: 'notExistingFn' } ```

i am still not sure if i can see the benefit of having formulas in the first place, since we can do any kind of complex bindings directly on component...

unfortunately, we need to re-open this one. the change is breaking the docs app and also affects a huge client app.

what would be the difference to `menu.List` or `menu.Panel`?

@subramaniyamP first version of the framework definition: https://github.com/neomjs/cypress-ct-neo.mjs the mount() logic is not yet implemented. no clue yet if cypress will insist on using webpack. neo does not need it...

cross reference ticket: https://github.com/cypress-io/cypress/issues/27002

Hi Alex, you can ignore these 2 errors. I need to update the readme (here and inside the main framework repo) => only mentioned it inside the npx script repo:...