Patrick Huesmann

Results 14 issues of Patrick Huesmann

When there is more than one instance of arm-gcc in the PATH, `BINUTILS_PATH` ends up with multiple lines (at least on Windows, where the compiler is found with the `where`...

enhancement

Trying to run `pyocd` on Raspberry Pi. Tried installing dependencies manually and installed `pyocd` with `--no-deps` as suggested in [installing_on_non_x86.md](https://github.com/pyocd/pyOCD/blob/master/docs/installing_on_non_x86.md). `pip3` succeeds installing, but `pyocd` throws `DistributionNotFound` at runtime, even...

I can't get `pyocd gdbserver` to work. When I try to connect with `arm-none-eabi-gdb`, gdb says `Reply contains invalid hex digit 120` and drops the connection. Since debugging the same...

bug
gdbserver

The handshaking on the USB CDC port doesn't work correctly, so when lots of characters are copied / pasted to the terminal at once, then some get lost in the...

This patch adds support for selecting a calendar year (instead of the elapsed year until today). I needed it to generate "heatmaps" for different years. example: `for year in {2014..2021};...

I'm using wmbusmeters with HA - but it runs outside of HassOS, due to limitations of Proxmox USB passthrough (the SDR stick cannot be passed through to the HassOS VM,...

ha-addon
Planned

would be nice to have a version number, wouldn't it? :upside_down_face: I like "git describe"-based versioning that automatically picks up the latest Git tag plus the number of commits after...

**Describe the bug** Table formatting breaks when stdout is piped to a file or a program. `glow` seems to detect if stdout is connected to a tty, and leaves out...

**Describe the feature** Support using a proxy on application level (i.e. allow Jellyfin app to use a http proxy without having to use that proxy system-wide) **Additional context** Some DLNA...

feature-request

I'm using the [setuptools method](https://pybind11.readthedocs.io/en/stable/compiling.html?highlight=setuptools#building-with-setuptools) to build/install my pybind11-based module. I'd like to integrate [pybind11-stubgen](https://github.com/sizmailov/pybind11-stubgen) into the `setup.py`, so it creates and installs the `.pyi` after the pybind11-based module is...

question