Marcos Gutiérrez Alonso

Results 27 comments of Marcos Gutiérrez Alonso

The [`bindService` function call](https://github.com/jellyfin/jellyfin-android/blob/989620033077d15e25b86fa07e9c7c6f10a89c46/app/src/main/java/org/jellyfin/mobile/MainActivity.kt#L56) should be tied to a timer (for the timeout), and then try the backup server address. Another way of doing it is to try to [ping...

I was not asking for help, I was saying that I had a hard time making this work as a beginner. In other words, I think this needs clarification in...

If requested, I could add you as co-maintainer (actually I would like that) and then you could update the package too

For anyone getting the error "`FATAL:gpu_data_manager_impl_private.cc(439)] GPU process isn't usable. Goodbye.`": Just add `--disable-gpu-sandbox` to [the start script](https://github.com/matvelloso/electron-office/blob/c28e1bb08d91c500253a3c8869a3f99819a855d4/Office365/Office/package.json#L22). That would be "`electron src/main.js --disable-gpu-sandbox`"

FYI, it currently does not even run (`yarn start`) for me. The event [onWillRedirect](https://github.com/matvelloso/electron-office/blob/c28e1bb08d91c500253a3c8869a3f99819a855d4/Office365/Office/src/controller/mail-window-controller.js#L200) runs and then it just... stops. The event [onWillNavigate](https://github.com/matvelloso/electron-office/blob/c28e1bb08d91c500253a3c8869a3f99819a855d4/Office365/Office/src/controller/mail-window-controller.js#L224) (which I suppose is the next one...

Can confirm it compiles and installs without problems. I'm getting 156 Mbits/sec on my LAN, so no regressions. Good job! And thank you very much 😄 As far as I'm...

Great idea! Thank you for the fast response Nick :)

Okey, I have spotted a problem. Wikipedia contains a lot of non-latin characters, as well as "weird" accents of all types. One solution is to just remove all non ascii...

> I'm guessing you're seeing the same issue I called out in the readme? I am, but that's because this PR only adds an alternate method to load text (the...