Wojciech Janota
Wojciech Janota
I can confirm that pinning jsii to version 1.66.0 works on local environments. But when trying to run it from codepipeline we get the same error after pinning jsii==1.66.0 in...
> @nixenos that's odd, I have a CICD and after making a change and not even clearing a cache, tests passed + synth happened. > > Yeah it was issue...
I can confirm this on iPhone 12, webms load very slowly, but on ipad 8gen they load very fast, with no problems. Maybe the cause is the newer CPU?
It'd make sense that XR has no problems, as it uses a12, like iPad gen8. I'll try to look into it later after my exams
I've replaced the `/usr/lib/open-fprintd/resume.py` in `open-fprintd-resume.service` with following shell script: ```shell #!/bin/sh /bin/systemctl restart python3-validity && sleep 5 && /usr/lib/open-fprintd/resume.py ``` and now it seems like my sensor is working...