karlicoss

Results 351 comments of karlicoss

Ah interesting, thanks! Yeah, makes sense to have it for dataclasses at least.

Ah thanks for explaining! > The behavior of logger.exception() would become dependent on the external state of opt() I feel like it's the whole point of .opt though! It contains...

Hey -- I got same error a couple of times in the past week (I have daily exports) -- it's possible they are experiencing some intermittent issues? I'll see if...

Hey, I pushed a fix to master that should retry in case of internal server error -- you wanna try it out? There are a couple of problems with the...

> I think you should be able to temporarily override Yep, I found the env variable! But considering the default is guessing and most users would expect EN locale, it...

Hi @bluetech -- sorry, just got around to try this, did on a separate branch (just on `skip` to start with) https://github.com/pytest-dev/pytest/commit/56b3937ea3e1317022d47b41a00b55c246448af2 Something like this (If I understood your suggestion...

Thanks for suggestions @bluetech! Converted all of `skip/fail/etc` to simple protocols with `__call__` and it looks quite clean now, and types are simpler, so hopefully less chances of type checkers...

Yeah, I don't have strong opinion about exposing it in the library. We could probably achieve similar results by using `@warn_if_empty` decorator in HPI? The only tricky thing (regardless whether...