Reinis
Reinis
Nop :/ I made my own build so I could use this change + Omit ``` "dependencies": { "runtypes": "github:reinismu/runtypes#with-pick-omit" }, ``` If you are interested
@jraoult Thanks! It seems promising @bayareacoder From use of it I have noticed few edge cases where it doesn't work. One of them is when trying to use `Or`
Seems like on solution is to do it like this https://www.reddit.com/r/hackintosh/comments/f31wx0/macos_on_kvm_and_xcode_and_iphone_usb_passthrough/ Sad thing I have only one USB Controller and it is not an option for me :(
> > Seems like on solution is to do it like this https://www.reddit.com/r/hackintosh/comments/f31wx0/macos_on_kvm_and_xcode_and_iphone_usb_passthrough/ > > Sad thing I have only one USB Controller and it is not an option for...
@mikob That was just my testing stuff. I can get it to work only that way as well. (Binding usb to vfio)
While this is not merged in I use my repo to run actions ``` - uses: reinismu/clippy-check@master # switch to original when merged https://github.com/actions-rs/clippy-check/pull/158 with: token: ${{ secrets.GITHUB_TOKEN }} working-directory:...
Maybe not a property, but extended IQueryProvider -> IGlobalQueryProvider. Tho it depends. Need more people opinion on this.
Ohh just noticed that feature pull requests are not accepted. Well I guess it can stay here if someone wants window switching feature
Went with Embedded hal v0.2.7 and did Chip Select manually. From what I have read I wont be able to push SPI speed to max now, but works
I can't find the issue, but it was talked about it somewhere here https://github.com/espressif/esp-idf/issues/ Another thing is that you can get high-frequency SPI to max 3 slave devices. So from...