NyxCode
NyxCode
These record types are just a recurring nightmare at this point. Yikes. I like the solution you propose though - fallback to the old behavior for normal structs!
Thanks for opening the PR! I don't believe `{ [k in K]: V }` is the correct binding for non-enum keys. That would require all values of `K` to be...
I thought about this more deeply in the meantime: - I think we should go ahead with this. - We should instruct users to use `noUncheckedIndexedAccess` if they want to...
The issue of external types has come up a few times. My favorite approch so far has been `#[ts(type = "import('./somewhere').SomeThing")]`. While I am not against adding better support for...
I too noticed this issue in CLion. However, for me, this only occurs when the windows is maximized. 
@gustavo-shigueo Very weird - certainly nothing I did. I'll figure it out asap, sorry about that.
I just **hate** that we STILL don't have a diagnostic API for proc macros.. it might make sense to actually parse `#[serde(borrow)]` though, since it won't affect the bindings.