Results 85 comments of xmo-odoo

Just wanted to say that I hit this today and was very surprised Cow did not work as a header (value in my case), as it usually works fine. While...

After encountering this issue, it's been rather frustrating hunting down why this didn't work (this was using a simple `info!(debug)` which would trigger an error similar to #2278). Maybe `valueset!`...

It's pretty much the same for Python, tooling generally supports a way to opt out (e.g. `noqa`, `pylint: disable`, ...) and while semgrep itself can be invoked with `--disable-nosem` that's...

I was also surprised that even in `--strict` mode mypy does not warn about this issue, my use case was processing a commands set so along the lines of ```python...

> Swift doesn't seem to be on this list. In Swift you'll always need a `default:` block (identical to `case _:` in Python) if you're not covering all the cases....