jussike

Results 14 comments of jussike

@codeplea Could you merge this PR?

Works for me. Is that Rohitbels's workaround safe for fixing the issue @webknjaz ?

It's not difficult to find some video title which fails. In my log file, I used this path: Areena -> Programs -> Afrikan jako -> Afrikan jako Similar failing item...

That's little weird. These videos can be played on OS X too. Then I found title "Alamaailma" which stops every time after one second on OS X but works well...

This really fixes the problem, thank you :) Python thinks that "0" > 0. But casting to int is better to do after this if-block if useSocks == 'no':

I'm using this simple patch. ``` --- yleareena.py.original 2015-02-15 22:51:50.221594305 +0200 +++ yleareena.py.patched 2015-02-15 22:53:00.298316393 +0200 @@ -76,6 +76,7 @@ if useSocks == 'no': useSocks = 0 + useSocks =...

Please check my fork https://github.com/jussike/macbook12-spi-driver/commits/touchbar-driver-hid-driver/ It can be compiled against newer kernel, 6.8 at least. You'll not need to compile applespi at all because it's already merged to mainline. It's...

> Hello. I have a macbook 8,1, running ubuntu 24.04 with the 6.8 kernel. My keyboard and trackpad sometimes do work upon rebooting, and sometimes do not. I am trying...

> > Please check my fork https://github.com/jussike/macbook12-spi-driver/commits/touchbar-driver-hid-driver/ > > It can be compiled against newer kernel, 6.8 at least. You'll not need to compile applespi at all because it's already...