Patrick Arminio

Results 663 comments of Patrick Arminio

Haven't monkey patched yet, but I took a look at wcwidth, and found this PR: https://github.com/jquast/wcwidth/pull/97 😊

I also have this issue with cleanshot :( is there any known workaround?

hi @pcraciunoiu! Thanks for the issue 😊 Can you make a reproduction that doesn't use Strawberry Django? :D

@Corentin-Bravo what arguments would you like to pass? I'm asking because this is easy to do, but at the same time I wonder if we ever switched to something else...

> What I need is `repr`, `eq` and `kw_only` But honestly, I think we should be able to pass all dataclass kwargs (unless there were some that would be specifically...

Hi @PaleNeutron! This should already work, just tried in the playground: ```python import strawberry from enum import StrEnum @strawberry.enum class Direction(StrEnum): NORTH = 'north' SOUTH = 'south' @strawberry.type class Query:...

@PaleNeutron that's the expected behaviour at the moment 😊 We wanted to make it configurable but never got around doing so