Mathieu Velten

Results 23 comments of Mathieu Velten

Ok actually it is a bit worse than that :) Zoom is lost, but I also can only control the zoom of the first opened service. If I switch to...

Both use cases are working perfectly fine. Some wrong parameter in the keyboard shortcut ?

I am trying to debug too but it seems like I can't see my added console.log so it is a bit complicated ^^ The global "view" menu is the culprit...

Yep seems fine outside of keyboard/mouse shortcuts. Since I know it I just do it on the tab if needed anyway now. Thanks.

It doesn't seem to be solved for me.

Confirmed, no more update nagging on `testing` branch :)

@MaikuB I just finished a FCM push plugin that works with a terminated app. With the good headless initialization code it's actually quite easy. I did the work only for...

For now I don't need to live update the UI to be frank so I am happy with their isolate impl. It allows me to read the DB of my...

you should try again with the last version, I strongly suspect this is due to missing `PUBLIC_URL`, and should be fixed now.

What about adding a mandatory level of pack indirection ? `im.ponies.room_emotes` would only contains something like: ``` { "packs": ["im.ponies.room_emotes.mypack1", "im.ponies.room_emotes.mypack2"] } ``` and then use what is proposed here...