Eike Siewertsen
Eike Siewertsen
Hi. I am in the process of debugging why USB (in particular the stm32f4 `usb_serial` example) won't connect on both Windows and Linux. I am using the STM32F401CC based [Blackpill...
There should be a way to either prevent the caching of the Graal directory structure, to abort it, or to reset the directory without the scan actually happening. Perhaps through...
It should be possible to flood fill an area with a set of tiles instead of just a single tile
A layer tab, or at least half a tab (possibly in the tools tab) needs to be added to the side-panel, presenting a Photoshop-like interface (with previews, if possible, not...
The handling code for responses to menu/toolbar actions should be moved from window into subcomponents that exist only inside window and do nothing more than categorize the code and attempt...
Hi! I ran into the issue of write_bytes taking a &mut [u8], because the Transfer trait requires it. The nRF52-hal SPI drivers appear to implement Write at least, so I...