Neradoc

Results 12 issues of Neradoc

On macOS Catalina and Big Sur, when connecting a USB device with 2 serial ports, both got associated with the name of the first one. For example running this with...

There is a weird effect that happens in Discord shortcuts when sending a key. (Seen on mac). A simple `kbd.send(Keycode.R)` code will cause the shortcut to be recorded as "R...

There's a mistake in the `Neopixels / Dotstars` section where colorwheel is stated to return a tuple, but in reality it returns a `0xRRGGBB` int. That text is also mirrored...

Is there a way to have the Pico W show when searching "picow" (no space) ? We could just add it to the name I guess, but isn't there a...

- MacOS Catalina - Mu beta 4 - QT PY 2040 running CircuitPython 6.2.0 or latest - also other Circuitpython boards Running a simple script that prints "hello" every seconds....

We could use [an] example[s] that uses the `keypad` module for a keyboard, and shortcuts or macros. Mention to @kattni as promised. Possibly showing concepts like: - use `event.pressed` to...

Many of the libraries have bad circup instructions, missing the `adafruit_` prefix, or using an incorrect name. This is related to https://github.com/adafruit/cookiecutter-adafruit-circuitpython/issues/207 but I wanted to list the libraries that...

`discotool --wait repl` does not wait for the serial port to come up, but only for the board to show up on USB. There might be a racing condition here...

Pip uses the following notation for platform-specific modules: ``` pywin32;platform_system=='Windows' pyudev;platform_system=='Linux' ``` `circup install -r` would pick those as `pywin32;platform_system`, etc. Would it be a good idea to: - have...

> Update 'adafruit_emc2101'? [y/N]: y > Something went wrong, [Errno 2] No such file or directory: '/Users/*****/Library/Application Support/circup/adafruit_circuitpython_bundle_7mpy/adafruit-circuitpython-bundle-7.x-mpy-20210417/lib/adafruit_emc2101.mpy' (check the logs) > That's because the module changed to a `adafruit_emc2101`...

enhancement