Rafał Harabień
Rafał Harabień
I know a lot of game internals (I'm developer of Dash Faction modification for Red Faction) and I can ensure you that the game never really uses 3D simulation provided...
Is there anything I could improve in my PR @kcat ?
@luqmana If you backport the mentioned fix to 0.3.x I can create a release
I don't think I fully understand. You are mounting a fat filesystem on your STM32 filesystem using this crate, then reset the board, then mount again (it should be mounting...
@reitermarkus Thanks for your contribution. Sorry for keeping you waiting so long...
I've experimented with accessing raw partitions on Windows and got it working for ESP partition on my disk. You can find example code in: https://github.com/rafalh/rust-fatfs/issues/88
@luqmana I released 0.3.6 with the volume label fix and one other small fix. Sorry for a delay...
Wouldn't exclamation mark help here as described in https://restic.readthedocs.io/en/latest/040_backup.html#excluding-files ? In documentation there is an example with the home folder: ``` $HOME/* !$HOME/Documents !$HOME/code !$HOME/.emacs.d !$HOME/games ``` In case of...
I have the same problem with npm 10.2.3. Adding `--legacy-peer-deps` resolves the problem but I would prefer if it was fixed upstream... Maybe having a separate version for Vue 2...
> Can you elaborate on how to reproduce this error in a fresh project? Not really which surprises me. I get this error in existing project. I stripped down package.json...