Nick Hahn

Results 9 issues of Nick Hahn

How feasable is it, to support more LaTeX features than mathmode? I am thinking of tikz, and pgfplots

Introduce "PORT" variable at the top of the file and make searches case-insesitive.

### Pull Request Overview The DWT and DCB peripherals are used to access various debug functionality in the chip, such as various counters. This commit adds register descriptions for most...

HIL
waiting-on-author

With docker, the application only connects to redis if the hostname is set to redis. Localhost does not work because of dockers networking. Fixes #164

I use `OscAddress` as key in a Hashmap. For that I need the following derives on OscAddress. All those Traits are also implemented for std::String. If I missed something, please...

During testing I noticed some cases where the address pattern matcher failed. Some examples: - /[12345] matches more than one character - /{1,10} does not match /10 - interactions between...

According to the OSC standard, a wildcard (*) matches zero or more characters. But in the implementation it always had to match something. Now matching nothing is also valid.