Results 102 issues of Jan Holthuis

I got syntax errors when installing pappy-proxy. This adds brackets to the `print` function which should fix the issue. ``` writing byte-compilation script '/tmp/tmp2_7cjrbw.py' /usr/bin/python /tmp/tmp2_7cjrbw.py File "usr/lib/python3.7/site-packages/pappyproxy/interface/repeater/repeater.py", line 1561...

**msi-rgb** does not work properly on the MSI X470 GAMING PRO CARBON. The problem looks similar to issue #5. The only working color seems to be red, and I can...

board
mystic light

Some WIP code removed from #71 and with the changes from #83 integrated.

Idea how to improve the pageflags struct. Unsure if it already makes sense to merge this, because it introduces an additional dependency. Resolves #95.

This is an attempt to look into a high-level API to make it easier to read from (and later also write to) Rekordbox device exports without knowing much about the...

Basic serialization is already supported for analysis/setting files, but not PDB files. When #64 has been merged, we can look into implementing support for this. Note that the PDB parser...

Apparently the playlist entry mechanism is more complicated than it seems. > > Please check if this is correct: > > Playlists with track count > > ``` > >...

We already have a dependency on the [`modular_bitfield` crate](https://docs.rs/modular-bitfield/latest/modular_bitfield/), might make sense to use that instead: ```rust #[bitfield] pub struct PageFlags { unknown1: B1, no_data: bool, unknown2: B6, } ```...