Tomas Ravinskas

Results 19 comments of Tomas Ravinskas

I'm sorry, I haven't used rollup in a while and I have pretty much no recollection of the code involved so making a PR at this point is not possible.

Sounds good, will do. Just wait a bit longer, I just finished with the rewrite of the app and I need a short break from this project.

I can't really support packages other than the AppImage. Could you run the AppImage and see if it works? If not, post python log from `~/.config/emoji-keyboard/python.log`.

For anyone else who runs into this, in dev mode bundler only picks up js files in project root. So just do `new Thread("../worker.js")`.

So I did more testing and apparently I missed dbus object path specification. My player plays internet streams and I was using uris as mpris:trackid's, which contained invalid characters. And...

I actually wrote mopidy-ytmusic, but it received a lot of contributions to get to this point, so I'm not that familiar with the source anymore :sweat_smile: Clearing the database is...

Thank you! That's the thing tho, outside of our big project with custom configs everything works as expected :sweat_smile: I'll try once more by copying our configs into a fresh...

So my plan didn't work out, but then I tried the reductive approach. Here's a sample as minimal as I could get it: https://github.com/OzymandiasTheGreat/v8-error I started removing bits and testing...

Oh boy, this is bigger than I thought. See, your workaround suppresses the error I'm getting, but `raf_stat` just returns it's arguments now. It's supposed to use `raf_stat` c++ implementation...

Sorry for the delay, been swamped with other things. Also, sorry, I messed up the minimal repro and got confused about it 😅 So we updated react-native version and I...