Carlo Stemberger

Results 23 comments of Carlo Stemberger

I have an account for the WHATWG Wiki. Can I help you? Carlo

Hi Chris, > My understanding is that all you need to do to get a new meta tag value added to the spec is to edit that wiki with the...

> how did you get your account? If I remember correctly, I asked for an account on IRC. Ciao!

Hi @KillerInk, thank you for your reply. > Other problem is im not a linux user^^ This isn't a problem: PTP is a generic / neutral / cross platform protocol;...

Debian switched to FFmpeg again in 2015, with Stretch (released in 2017).

Hi @HaHeho, thank you for your reply. > What OS are you on? Debian GNU/Linux (testing) with kernel realtime: ``` $ uname -r 5.9.0-1-rt-amd64 ``` > I believe you want...

Thanks @mgeier! > do you really need `multiprocessing`? I'm not sure. I suppose it would be the must solid solution for my purpose (if it works properly). At the moment...

Here is the direct link to the latest release: https://github.com/DarwinNE/FidoCadJ/releases/latest Ciao!

``` $ wget `curl -s https://api.github.com/repos/DarwinNE/FidoCadJ/releases/latest | jq --raw-output '.assets[0] | .browser_download_url'` ```

``` $ wget `wget -qO- https://api.github.com/repos/DarwinNE/FidoCadJ/releases/latest | grep browser_download_url | head -n 1 | cut -d '"' -f 4` ```