James

Results 4 issues of James

I use this package for both wrapping up my python scripts and for wrapping up other things into installers simply due to its ease of use and script-ability compared to...

in the linux-i2c example in the sys directory there is a line that triggers a warning under GCC [here](https://github.com/olikraus/u8g2/blob/29c6b797072dda4c1a3e8e28aeab96ea4a5b525d/sys/linux-i2c/common/linux-i2c.c#L40) it currently looks like this: `data[idx] = *(uint8_t *)(arg_ptr+i);` I think...

bug

i recently came up against an issue with the SPIFFS file system, mainly due to a lack of documentation, see PR: [2860](https://github.com/esp8266/Arduino/pull/2860) in which i had uploaded a file with...

on windows i was unable to receive any mouse events, i looked into the API and i think you need to change https://github.com/boppreh/mouse/blob/master/mouse/_winmouse.py#L168 the third argument should not be null,...