Mattias Wadman

Results 839 comments of Mattias Wadman

https://github.com/ultravideo/kvazaar/issues/381

Hey, that is strange. The permissions look more restricted than the ones set by default after generating new keys https://github.com/wader/postfix-relay/blob/master/run#L29-L31 Any idea if postfix has done any change to what...

Ok thanks, yes then it feels even weirder. I would probably exec into a container play around with the permissions and strace a bit and see if you would get...

Is this different from doing: ``` FROM jwilder/nginx-proxy COPY nginx.conf /etc/nginx/nginx.conf ```

Hi, can you give some more details on why to remove the connection header? I think that will break proxying of websockets.

Hey! Something you would like to help out with? I think i might have a start or bmp decoder somewhere and if i remember correctly part of avi uses some...

Hey! sure i'm willing to add any format that is used publicly. Want to work on adding support? as it seems to be a quite basic archive format i'm guessing...

Nice! hopefully you should not need to know much about most internals, the decode API used by a format decoders don't know much a the rest of fq on puropse....

Nice! tip is to put the code into a file `wad.jq` as a function `from_wad` and then do `fq -d bytes -I . 'include "wad"; from_wad' file.wad` btw is this...