Denis Bodor (aka Lefinnois)

Results 6 issues of Denis Bodor (aka Lefinnois)

Hi. `jumpstitch` is set incorrectly, sometimes resulting in missing stitches, like in this [image](https://rollmops.ninja/tmp/stitch_missing.png), with [this PES file](https://rollmops.ninja/tmp/netbsd_badge.pes). This PR fixes the problem, like [this](https://rollmops.ninja/tmp/stitch_ok.png). Regards.

Hi, Here's a patch adding a command to receive a smartcard message with a timeout. With the existing code, a successful read can only be achieved by specifying the exact...

Add support for [i2c-tiny-usb](https://github.com/harbaum/I2C-Tiny-USB) via a new `i2ctinyusb` driver. It's a device you can create yourself using an AVR ATtiny45 microcontroller or a [Raspberry Pi Pico board](https://github.com/Nicolai-Electronics/rp2040-i2c-interface), and which allows...

Hi, On a Raspberry Pi OS Lite installation, in headless mode, the report is not generated because `analysis.py` dies. By executing the script by hand we see that the error...

Hi, I adjusted the shebang, put the make binary in a variable and added a condition to detect the OS to adjust NUM_PROC (no nproc command under FreeBSD). It works...

It would be great to be able to define aliases for certain recurring commands, like "`alias atr = ]%%[read:33`" for smartcards or something like that. Aliases could be loaded from...

new feature