Results 102 issues of Jan Holthuis

Is it safe to write data to a device from multiple threads at the same time?

I'm not a lawyer, but our team was discussing if just recording the GitHub user name is enough. People might delete their accounts or their PR and we're unsure this...

feature

Without this fix, the following exception is thrown: Traceback (most recent call last): File "/data/jan/Projects/beets/beets/plugins.py", line 140, in wrapper return func(*args, **kwargs) TypeError: process_events() got an unexpected keyword argument 'lib'...

In [track rows](https://djl-analysis.deepsymmetry.org/rekordbox-export-analysis/exports.html#track-rows) in PDB files, the color ID field is just a single byte (cid at offset 0x58). The same goes for the color index in [Extended (nxs2) Cue...

The `PIONEER` directory contains these files: - `DEVSETTING.DAT` - `DJMMYSETTING.DAT` - `MYSETTING.DAT` - `MYSETTING2.DAT` These apparently allow the device to configure itself according to the preferences of the DJ that...

help wanted

Similar to `.EXT` files which added new tag types, the `.2EX` files seem to contain some new tags: | Tag | `len_header` | `len_tag` for demo track | ----------- |...

help wanted

I'm using this library for showing download progress. Occasionally, servers don't specify a `Content-Length` header, so the total download size is unknown. This lead to my code calling `progress.bar(0)` which...

CoolerMaster provides PRF templates for the MasterKeys Pro S RGB at: https://makerhub.coolermaster.com/custom-lighting/#gaming-profile-download ``` $ file CSGO.prf CSGO.prf: Little-endian UTF-16 Unicode text, with very long lines, with CRLF, CR line terminators...

enhancement

This makes it possible to catch exceptions in `processFiles` in `cli.js`. Without this, node raises an error when promise throws an exception: node:internal/process/promises:245 triggerUncaughtException(err, true /* fromPromise */); ^ [UnhandledPromiseRejection:...

Currently, Mixxx fails to start when built with Qt 6.3. I already spent some hours debugging it, but to no avail. Using Qt 6.3.1 on ArchLinux, I'm getting the following...

bug