Mitchell Pleune

Results 53 comments of Mitchell Pleune

I personally am not at all worried about the collisions. I don't really see a way to avoid them unless you validate the entire content. So as long as the...

> Are you sure you didn't mention the wrong repository? Yes the tests that fail are here https://github.com/RapidAI/RapidOCR/blob/6fce7c841cf55b724db5a1756c3f58fe24e05b29/python/tests/test_ort.py#L46 https://github.com/RapidAI/RapidOCR/blob/6fce7c841cf55b724db5a1756c3f58fe24e05b29/python/tests/test_ort.py#L38

I've realized this is a little more complicated. I have the exact same flake installed on two wsl systems, my work laptop and my desktop. My laptop is fine. But,...

This just happened again. The config shown while broken attached: [wsl_config_10.10.24.txt](https://github.com/user-attachments/files/17327502/wsl_config_10.10.24.txt) `systemctl restart nix-daemon.service` did fix the problem. I cant see any differences in file permissions on the socket. The...

This problem is very random, but since disabling cgroupsv1 for wsl for other reasons I have not experienced this again. I will edit here if the problem comes back even...

Closing because I have not run into this issue recently. I never understood what was happening, but it appears to be fixed now.

Sorry, I mean that I believe cargo is for some reason using avx512 instructions, but then when clang is linking to it it's throwing a fit that they should not...

Thank you for spending the time to have dug into this a little. I greatly appreciate it. I was building the `v0.3.0` tag with clang `16.0.6` on NixOS. These are...

The patch only worked on iron and not humble (I have not tested others). Here is a version that works on both: ``` diff -rBNu a/src/python_qt_binding/binding_helper.py b/src/python_qt_binding/binding_helper.py --- a/src/python_qt_binding/binding_helper.py 2024-05-02...

This seems like a more proper fix. but I do think it would be good to keep the pyside build inputs included as well, because in theory consumers of python-qt-bindings...