Konrad Hałas

Results 29 comments of Konrad Hałas

Hi @JosXa thank you very much for reporting this issue. TBH I abandoned this project because I didn't know that somebody expect me is using it ;) But as I...

@SzymonSwic please check CI errors - it looks that `black` is not happy about your code formatting ;)

Hi @joseph-long - thank you for reporting this issue. It looks like a bug, probably same issue as #163. I hope I will fix it soon.

Dear @jasisz - thank you very much for reporting this issue :) You have right, it's a bug. Hope to fix it in the next release. BTW - thank you...

Hi @mcgibbon, thank you for your report! Short answer is: empty tuple has `Tuple[()]` type and TBH I don't know if this is a subtype of `Sequence[str]` Tuple has a...

Hi @samuelsd1 - you have right, `dacite` doesn't work with custom-made generic types, but it looks like a nice feature to implement. I'm adding it on my list.

Hi @antonagestam - it sounds like a reasonable feature. I will be more than happy to receive PR :)

@antonagestam sure, I will add it to my roadmap :)

Hi @gitpushdashf - thank you for reporting this issue. `dacite` doesn't support `TypedDict` but probably it should. I will add it to the roadmap, but TBH it doesn't have high...

Hi @uri-p - thank you for reporting this issue. Please check this branch - https://github.com/konradhalas/dacite/tree/feature/performance-improvements - it has many performance improvements (eg. cache for `get_type_hints` and many others calls -...