Hynek Schlawack

Results 710 comments of Hynek Schlawack

Ok, I will document it as public similarly to _logger. I will not change the APIs though because turns out people are using internal APIs. ;)

That would slow it down for everyone. But you can work around pretty easily yourself without reimplementing anything (untested but should work): ``` python class MaybeTimestamper(object): def __init__(self): self. stamper...

Is that not fixable using `ignore_frame_names` as documented in http://www.structlog.org/en/stable/api.html#structlog.stdlib.LoggerFactory ?

Any suggestions? I would tend to suggest to use `get_logger(__name__)` I guess? I’m not aware of better way to guess.

I believe it adds unnecessary complexity/special cases to the initial, supposedly simple PEP.

I wonder about the implications. Using asyncore sounds like technical debt. Is it to be expected that we'd have to rewrite it several times anyway before being merged? Then it...

JFTR, the reason why attrs went with exec is so it's possible to use pdb to step through our generated `__init__`.

Please, please, please report this to PyCharm, or upvote a potentially existing bug (I think we already had a similar bug here). They tend to be customer-oriented so this is...

Yeah it's important to remember that the interference of what an attrs (or dataclass)-decorated class looks like does _not_ come from the type stubs. The type checkers have to implement...

I guess we can leave one open so people don't open more issues. Also: @pauleveritt my heart is broken by your lack of love. ;) Pls poke around? 🥺🐶