Christian Vogel

Results 18 comments of Christian Vogel

CoreAudio also has a hog mode property: [kAudioDevicePropertyHogMode](https://developer.apple.com/documentation/coreaudio/kaudiodevicepropertyhogmode) Hog mode is important if you go for the best audio quality. For example, streaming software clients such as Spotify and Tidal...

Any update on this? Or is it already implemented in one of the other closed tickets?

It is a good one to add, but will take a bit more work, since there are several kinds of gradients to parse.

Hi @zmp2000, thank you for your report, it seems something broke in the html parsing, and this is definitely a bug. For now I recommend using pug instead, as it...

the reason this goes wrong is: the process-array-tag.ts plugin does not process children, only parameters. So for this to work, an extra part needs to be added that processes the...

Agreed, amazing work! Maybe the next step is to see if a more high level library can be built on top of this to trigger functions of the tracker.

Hi Gitfiend looks amazing. However at my company we use rebase a lot. Our workflow is as follows: - person A commits to the master branch - person B is...

Hi dave, did you ever complete those checks and get it to work?