DennisZhangOiler

Results 7 comments of DennisZhangOiler

> I believe you only need to `GET` it to refresh. No it won't

https://github.com/ziglang/zig/wiki/Troubleshooting-Build-Issues#dual-abi-linking

> This is a know limitation, I don't know how to cross-compile with zig cc + external symbols for a nonnative target I think it's probably due to unknown linking...

I am not sure if [this post](https://stackoverflow.com/questions/76698170/using-opencv-in-the-zig-error-lld-link-undefined-symbol-cvimread) can solve the problem.

> I would first suggest you try newest OpenCV version: 4.9.0, the one you use, 4.1.1, is very old. If it still fails, please attach the _full_ build log as...

I am also encounting this problem, here is my [Link](https://slintpad.com/?snippet=import+%7B+VerticalBox+%7D+from+%22std-widgets.slint%22%3B%0Aexport+component+Example+inherits+Window+%7B%0A%0A++++VerticalBox+%7B%0A++++++++Rectangle+%7B%0A++++++++++++in+property+%3Ccolor%3E+pressed-color%3A+%239B7EBD%3B%0A++++++++++++in+property+%3Ccolor%3E+hover-color%3A+%239b7ebd8f%3B%0A++++++++++++in+property+%3Ccolor%3E+background-color%3A+%23D4BEE4%3B%0A++++++++++++width%3A+200px%3B%0A++++++++++++height%3A+100px%3B%0A++++++++++++background%3A+t1.pressed+%3F+pressed-color+%3A+t1.has-hover+%3F+hover-color+%3A+background-color%3B%0A++++++++++++drop-shadow-blur%3A+5px%3B%0A++++++++++++drop-shadow-color%3A+gray%3B%0A++++++++++++drop-shadow-offset-x%3A+5px%3B%0A++++++++++++drop-shadow-offset-y%3A+5px%3B%0A++++++++++++t1+%3A%3D+TouchArea+%7B+%7D%0A++++++++%7D%0A%0A++++++++Rectangle+%7B%0A++++++++++++in+property+%3Ccolor%3E+pressed-color%3A+%239B7EBD%3B%0A++++++++++++in+property+%3Ccolor%3E+hover-color%3A+%239b7ebd8f%3B%0A++++++++++++in+property+%3Ccolor%3E+background-color%3A+%23D4BEE4%3B%0A++++++++++++width%3A+200px%3B%0A++++++++++++height%3A+100px%3B%0A++++++++++++background%3A+t2.pressed+%3F+pressed-color+%3A+background-color%3B%0A++++++++++++drop-shadow-blur%3A+5px%3B%0A++++++++++++drop-shadow-color%3A+gray%3B%0A++++++++++++drop-shadow-offset-x%3A+5px%3B%0A++++++++++++drop-shadow-offset-y%3A+5px%3B%0A++++++++++++t2+%3A%3D+TouchArea+%7B+%7D%0A++++++++%7D%0A++++%7D%0A%7D%0A&style=native), you can see that when hovered the color of the rectangle is not correct. And if I remove all the...

Would you mind adding a configuration or policy that sleep uses `spin_sleep` crate?