Günther Jena
Günther Jena
Instead of yield it's easier to use `self.notify()`. For `MapThreaded` a threadsafe variant with `loop.call_soon` should be implemented.
I guess a PLL reset would be required (like `si5351.pll_reset(SI5351_PLL_RESET_A)`)
`Board.goal_test()` is used and called by the solvers. No external libraries used (only python standard libraries).
I have the same problem and can confirm the strange chip select behavior.
Can not confirm here. Which Python version do you have? Could you show us the complete terminal trace (command and output)? Here is mine: ```console $ python --version Python 3.11.6...
Whops - committed something else to master and this would be merged. Don't merge it now - Will fix it.
OK, now it's fine again. Ready to be merged.
Should be solved by #2954
wgpu is working fine on my machine. The problem seems to be the tiny_skia backend. Try with `ICED_BACKEND=tiny_skia cargo run`. I can't reproduce the behavior in the exact same way...
Had the same problem in my application and wrote pull request #2954 fixing this issue. @T-256 : The problem with the shadow rendering is unrelated - the shadow is drawn...