Tin Tvrtković

Results 444 comments of Tin Tvrtković

Let's see if we can replace these with public versions. What happens if you replace that code with: ```python collection_types = [ # Order is important, tuple must be last!...

I have an idea. I'm having trouble running nox in the typedsettings repo though. ``` ❯ nox -e "test-3.12(latest_deps_version)" nox > Running session test-3.12(latest_deps_version) nox > Creating virtual environment (virtualenv)...

I think I figured it out: https://gitlab.com/sscherfke/typed-settings/-/merge_requests/40

Hello, I'm on paternity leave currently so my availability is dependent on how well our baby sleeps 😥 I was going to ask what do you want to do with...

My baby's sleep regression is kicking my ass so I'm also going to ask for some patience 😇 From what I understand, the api is supposed to be `register_extra_types(converter, UUID)`?...

Sorry, for whatever reason I forgot to leave a comment when you created the issue. You're right, I'll get this fixed for the next version.

@JelleZijlstra I think you're right that the leak itself is not a big deal, and we can just live with it. What is a bigger deal is this: ```python from...

So [I do actually run `gc.collect()` first](https://github.com/python-attrs/cattrs/blob/main/src%2Fcattrs%2Fstrategies%2F_subclasses.py#L73), but this trick seems to have stopped working on 3.14. I'm not on my computer at the moment, but this is what causes...

Just out of curiosity, since we're now delving into C-land, would it be possible to have a C function that would rework a class in-place to make it a slotted...