sodo
sodo
@nhooyr i didn't know about ios @sr229 pinch to zoom works but how can i do when i want to make it smaller like the screenshot here normal: https://ibb.co/dDdpHpc smaller:...
though it is browser issue, i thnk it could be processed server side
i'll test this (adding header) at home https://stackoverflow.com/questions/9510359/set-size-of-html-page-and-browser-window
adding this to header will just gonna work https://pastebin.com/fkaAPk4h 90%is just example edit: not working cause it has hard-coded width, height controled by js
you can use qemu, it works https://github.com/Rahix/avr-hal/discussions/280 it works without no real hardware, yet will have timer issue https://github.com/Rahix/avr-hal/pull/257
install msys2 and install `mingw-w64-x86_64-avr-gcc` package add `C:\msys64\usr\bin` and `C:\msys64\mingw64\bin` to your PATH edit: also avrdude package is named `mingw-w64-x86_64-avrdude`
@Rahix https://github.com/Rahix/avr-hal/wiki/Setting-up-environment
@stappersg i fixed typo in the link right after
can you allow to add attribute for field `bits`
@KodrAus any attribute, just like current bitflags macro handles attributes that will be applied to expanded struct ($outer) i'm planning to use [helper attribute](https://doc.rust-lang.org/reference/procedural-macros.html#derive-macro-helper-attributes) to the field