Joseph Larson

Results 7 comments of Joseph Larson

I'll add to this that there are also enums that are not accessible in JS, so it would be nice to make those accessible.

@renaudpawlak I see you have this planned for v2.1. I'm on 2.0-rc1 and I'm running into what I assume is the same issue, but I want to make sure. Am...

@renaudpawlak thanks for the reply, and yes, of course I can wait :) I really appreciate your work on this. Would you like me to create a separate issue to...

@renaudpawlak thanks, I've created a separate issue as requested: #328 @Ablu sorry for hijacking your issue

To be clear, I'm not expecting MyPy to do anything with the metadata other than type check the metadata object itself.

@ilevkivskyi I just saw this got closed. This is great news. Question though, is it possible yet to create something like `MinMaxInt(min=0, max=120)` above where you define the structure of...

@ilevkivskyi That makes sense. The part that is missing that would be really valuable as a library creator would be to be able to define and export strictly typed annotation...