Hibryda

Results 5 comments of Hibryda

Thanks. Will try.

Ok, tried with calling virt.startEventLoop() . It actually works somehow, as it now reacts to events. But not the one that is attached. Just for quick try I attached reboot...

Dug a little further and see that generic is attached to reboot. More, generic emits no event, just prints the above. The above changes actually nothing as I still have...

I just thought that there is a way to register an event and attach function in one step (like addEventListener). Apparently must do it in two steps. Thanks for the...

I also experienced issues while developing a module with decorators as class mixins introduce mess - in my case I consistently receive Reflect.metadata error. Tried to enable `experimentalDecorators` everywhere to...