Jan Lebert
Jan Lebert
> @sitic Let us know if you need any help moving forward :) I haven't had time yet to work on this PR, but I definitely haven't forgotten it. Thank...
This seems to be an issue with many models of the Zenbook series. There is a [kernel patch](https://gist.github.com/eugene-s/8c10ea8eef87b81cdf6c) which fixes it for my UX303LN (without any `acpi_osi` boot argument), but...
Github actions has M1 runners now, but they aren't free: https://github.com/actions/runner-images/issues/8439#issuecomment-1755601587 > > Will M1 runners be available for free for public projects? I just tried to use it and...
If it only happens on a PC without C++ Build tools it might be a missing Microsoft Visual C++ Redistributable install. You can use [Dependencies](https://github.com/lucasg/Dependencies) or Dependency Walker to check...
The [release notes](https://github.com/opencv/opencv-python/releases/tag/80) mention the MacOS 12 requirement. But the wheels then shouldn't be named after the wrong deployment target:`macosx_10_16_x86_64.whl`/`macosx_11_0_arm64.whl`. Instead they should use `macosx_12_0`, pip should then automatically pick...
For logging you can set ``` davmail.logFilePath=/proc/self/fd/1 ``` in `davmail.properties` to have them logged to the docker daemon. Access them with `docker logs CONTAINER`.
This .git is currently a bit outdated, use the instructions on https://github.com/KFire-Android/device-amazon-otter instead. (Note that the device tree has a flicker issue currently)
This should be fixed by PR - actions/python-versions#259 see https://github.com/actions/setup-python/issues/808#issuecomment-1950058596: > > [actions/python-versions#214](https://github.com/actions/python-versions/pull/214) enabled 3.8 & 3.9 for macOS arm64. It's probably a matter of starting the builds there ?...
Do the latest [development wheels](https://www.open3d.org/docs/latest/getting_started.html#development-version-pip) work?
Hmm, the docs seem to be stuck on an old commit (0cf605f) for which the wheels got deleted. Here is the working link for the latest commit (aba7214): https://storage.googleapis.com/open3d-releases/python-wheels/open3d-0.18.0+aba7214-cp39-cp39-macosx_11_0_x86_64.whl Created...