bdew

Results 9 comments of bdew

a794cc8b-8237-4e75-aac7-842af7c16fd8 https://github.com/sinkillerj/ProjectE/commits?author=bdew

I'm getting the same error in windows when my project isn't on disk C: When the project is on C: - one of the messages says ``` Info "C:\\Program Files\\nodejs\\node.exe"...

> Could any of you who face this issue provide the directory structure of your drive, if possible with .gitignore if any exists, for example: As i said above, the...

``` G:\ruststuff\tauritest>yarn tauri android init --verbose yarn run v1.22.21 $ tauri android init --verbose thread '' panicked at C:\Users\runneradmin\.cargo\registry\src\index.crates.io-6f17d22bba15001f\cargo-mobile2-0.10.2\src\util\path.rs:136:13: internal error: entered unreachable code: `abs_src` and `abs_dest` have no common...

> > @amrbashir are you on windows and is your project on a different disk than your nodejs.exe ? > > yes, also not sure why it is trying to...

FWIW i'm also seeing those errors on my R5S systems (running kernel 6.14.4) and both have working NVMe drives with no issues. [ 2.077665] pci 0002:00:00.0: BAR 1 [mem size...

I've ran into this too, it looks like something in the i2c implementation breaks if you request a read but don't actually read anything. Adding a read stops it from...

I'm trying to translate some C++ arduino code to rust and running into the same thing. Is there an example somewhere on how to do this correctly? With buffering incoming...

So it's not something provided by the hal at all? That makes the whole serial interface not very useful if i have to deal with low level register stuff just...