Spencer Phillip Young
Spencer Phillip Young
I think what you're looking for is something like a [Proxy Middleware](https://github.com/webrecorder/wsgiprox). However, I'm not familiar with using middlewares with ASGI apps or how compatible (if at all) WSGI middlewares...
Just wanted to say I'm still working on this, but have had some things come up. I should get around to fixing up the review items this weekend. Maintainers are...
> @adrienverge I think the right thing on non-unicode encodings from a user perspective is add a new error type but otherwise parse as well as possible. Could implement that...
Okay, I went ahead and committed a new change to create a new function `yamlopen` that will use `chardet` for character detection if no encoding is provided explicitly (giving you...
> do you know any easy solution to accept custom user encodings, depending on the system yamllint is run from? E.g. reading LC_ALL environment var? Simply put, UTF-8 is the...
Would it be easier to just to read the file in binary mode instead? Based on a quick glance at the source, this should 'just work' -- Unless that would...
Actually, the easiest thing would be to offload this to `pyyaml` since it's already a dependency... adjusting PR momentarily.
Well. After fiddling with this for far longer than I'd have liked, I arrived at just writing the encoding detection per spec: > A YAML processor must support the UTF-16...
match mode can now be specified in v1
Python callbacks coming with v1 #185 (available now, if you install from the PR source branch)