Chris Petersen

Results 73 comments of Chris Petersen

@h2non what if you need support for things like `*.doc` files?

The main issue here is that the matchers are stored in a map, which is non-deterministic. Even with xlsx support in a matcher, the order of the matchers used when...

> I get the problem with the map being unordered but it should be changed to an array of structs so the order could be defined The order should be...

> This is Go, not Python haha Geesch, no wonder I couldn't find which library I ended up using when I was looking for the reply here (it's been too...

@hynek That would solve one of the use cases but validators can't change the value, can they? And if so, wouldn't have access to what the default value should be.

@hynek That's exactly what I'm looking for. Not sure how I missed that in the docs, thanks!

Wait, I misread the description on that converter, and there are some issues with it. While that is the behavior I'm suggesting here, use of the `default_if_none` converter has some...

It would also be worth mentioning that by enabling the custom log, other uvicorn loggers are likely to become disabled. See #511

> Note that one of the other solutions posted in #201 still works in python 3.10.2: [#201 (comment)](https://github.com/python-attrs/cattrs/issues/201#issuecomment-1002124718) I wasn't able to get my slightly different situation to work with...

I'm currently using a `deprecated` trait that only contains a description (which raml2html conveniently adds to the endpoint documentation). It would be nice to have this in a more official...