Christian Rishøj

Results 50 comments of Christian Rishøj

Here's my patch for this: https://github.com/japj/node-sdlmixer/pull/17

I've been tinkering with configuration for incremental backups using the `mariabackup` plugin. Define a `full` backup set with these extra options: ``` [mariabackup] additional-options = --extra-lsndir=/tmp/lsn-full [holland:backup] create-symlinks = yes...

Here is an example which triggers the issue addressed by this pull request: https://gist.github.com/crishoj/b285a3b435cba681749b2c24caeb09fb Please consider merging.

Fetch's `MessageOverview` also fails to parse the following date header: ``` Date: Wed, 14 Aug 2019 15:26:28 +0200 (W. Europe Daylight Time) ```

Please pull this one – the Homebrew guys don't like formula which point to forks

Explanation from the [Google group](https://groups.google.com/forum/#!msg/kivypie/mOlwB9F449I/6KUJrWsoAQAJ): > Looks like it's because 3B+ only works with Stretch and KivyPie 1.0 is based on Jessie

The key point is here: > RFC exists to deal with this issue: https://datatracker.ietf.org/doc/html/rfc4074 - AAAA check should be done separately from A / MX check because AAAA can fail...

I suspect the cause could be that _rotation_ is not handled by `autoGenerateRepresentations()`. Example input file in portrait format, from an iPhone: ``` Stream #0:0(und): Audio: aac (LC) (mp4a /...

> Do you if Intel plans to update this OpenPNL in the future? No idea, sorry. > Do you know if you would be able to add file descriptions on...

Support for reading `INTERFACE` seems to be coming in v2.0: https://github.com/jisotalo/ads-client/blob/c3bf396bafa7ba08d4d7d17d1e54af3f607ebd19/test/ads-client.test.js#L1099