Mattias Wadman

Results 121 issues of Mattias Wadman

Make it possible to enable/disable features when building. Alos thinking about adding some kind of optional patches support. Ex: put files in a `patches` directory and then will be applied...

Current issues are: - Problem finding hosting providing native ARM32, RISCV etc hosts - Cross compile is messy - Emulated docker builds a bit less messy but have issues: -...

Would be useful to implementing something similar to how quotes works in sh/bash. That is to be able to open a quote, write some lines and then close to quote....

**Describe the bug** When having two piped try/catch the catch for the first try seems to be executed even thought its try expression did not throw an error. **To Reproduce**...

**Describe the bug** `if` has an optional `else` clause but it seems to not work in combination with one or more `elif` clauses. **To Reproduce** ```sh $ jq --version jq-1.6-159-gcff5336...

Idea is to skip display so that JSON is outputted instead of showing tree and hexdump etc.

[Source diff 0b75c44c10e605fe9e9ebed58f04a46271131827..8584bc7bd99262b8bd926476c866840fe0d9428a](https://bitbucket.org/multicoreware/x265_git/branches/compare/8584bc7bd99262b8bd926476c866840fe0d9428a..0b75c44c10e605fe9e9ebed58f04a46271131827#diff)

Ex `static:a,b,c|re:/(a|b)/` is not parsed as `static:a,b,c`, `re:/a`, `b)/` Support escape somehow? using `\|` might be confusing overloaded by regexp own escape?