Anatol Ulrich

Results 28 comments of Anatol Ulrich

that could shave off a few lines - in that case I'd probably remove the `level` from the target payload.

> I am unsure if this is possible, since we use `Option` in the payload and `None` means `println`. But maybe it is, didn't try it out. ok, probably not...

I guess I could introduce a new function for defmt-aware logging instead of adding a parameter to the existing one. New functions aren't actually breaking, even if they *change* an...

should probably add `--feature` propagation analogous to #122 #130 ... might warrant some code unification for arguments passing, since every change now has to be made three times (at least,...

have a look at my [current performance PR](https://github.com/rahul-thakoor/embedded-graphics-web-simulator/pull/17), it also adds the distinction between original size and scaled!

another option is to use this open PR instead: ```toml [dependencies.plotters-canvas] git = "https://github.com/AE1020/plotters-canvas" branch = "revert-rotateangle" ```

this is covered by the [setup](https://rustwasm.github.io/docs/book/game-of-life/setup.html) part of the tutorial.

I don't feel qualified enough to do a detailed writeup, so would rather see somebody else spearheading this. If nobody else takes it up, I can try and come up...

I ran into this, seems to be (in my case) caused by two event handlers firing: removing the `onfocus` handler gets rid of the crash. clicking the green div triggers...

I would probably recommend `pyserial-miniterm`. It's available through homebrew and has a command line option to customize the exit char (mine is mapped to Ctrl+X). Another option which comes bundled...