Peter Körner

Results 23 comments of Peter Körner

@flaviocopes yes, exactly. I'm trying to create a Grav-Site whose state is completely controlled via a git repo, so on any machine I can just `git clone && composer install`...

I can confirm that the PANIC happens, when accidentally sending a non-raw `zfs send` onto an encrypted dataset with unloaded keys (ie. an encrypted remote backup). After that panic, all...

Maybe a related issue is validating the list of bundles mentioned in a node. Referencing a missing bundle results in a pretty meaningless error message: ```` Traceback (most recent call...

@trehn 2.7.1, so it's a problem on my side. sorry for hijacking this thread.

@manno I don't see how this is related to the original issue, maybe your comment is attached to the wrong issue?

that would probably require rebuilding the searchindex with a new analyzer, see https://discuss.elastic.co/t/folding-german-characters-like-umlauts/3720

@cleishm Would you see toml serialisation within tomlj or would you rather see it as its own library? I'm currently stuck and a little unhappy https://github.com/mwanji/toml4j and might go on...

Debian Testing and Ubuntu seem to carry an incompatible version of `libminiupnpc`. As a temporary fix, you can disable building UPNP into snow: ``` make NO_UPNP=1 -j8 ```

No worries @AttilaFueloep – thank you much for working on this! Bugs happen, no need to be sorry :)

The ffmpeg pix_fmt `yuv422p` is detected by gstreamer as `video/x-unknown, codec-id=(string)V_UNCOMPRESSED`. The Decklink-Cards produce video with a pix_fmt of `uyvy422` which gstreamer detects as `video/x-raw, format=(string)UYVY` -- so this would...