Dominik Moritz
Dominik Moritz
Looks like we are treating `object` and `{}` similarly. The bug is in `isAssignableTo` or somewhere above. I don't have this issue in my application so I won't fix this...
We can reproduce this with `keyof HTMLBodyElementEventMap` and also `Window`. It looks like the `Window` type has some complications we don't deal with well. Two solutions are: 1) support Window...
The issue is somewhere in the cycle tracking, I think. The best way to debug this is to setup the repo, create a small example, and then step through the...
From @Cyrus-d in my repository, I have implemented the `FunctionTypeFormatter` to fulfil my needs. so to reproduce the problem In your repository I have changed the test as follow: ```...
Could work. Have a look at #101 for some more discussion around future ideas for schema generators.
Thanks! I am happy to help with more reviews. I'll mark this pull request as draft for now.
@sramam can you finish up this pull request?
No need to feel guilty. I appreciate that you want to make the time. Personal care should take priority over this project.
@kristw is maintaining this repo so I will let him decide how we wants to handle things.
Huh, thanks for the issue. Could you try cloning this repo and do a binary search to identify the commit that causes the issue? There should be an associated pull...