You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for adding this feature! Is the parsing supposed to work with the functional syntax or does it only support the class-based syntax rn?
E.g. I just tried the following on v0.5.14 and neither of the two examples below seem to work and it shows up as required in the help text... Is there something wrong with my syntax? I'm on python3.9 so I'm importing these via typing_extensions instead of Typingas suggested here.
This looks like it's probably a bug, but I haven't been able to reproduce it. I just pushed a test that also checks this behavior in the CI. Do you mind sharing a runnable example, or perhaps more information about your Python environment? (like the typing_extensions version)
Actually, I think I figured it out — there was an edge case when a TypedDict field had a default specified, which is probably the case in your NeRF config. I just did a release that should have the issue fixed. (if it's not would appreciate you letting me know!)
Thanks for adding this feature! Is the parsing supposed to work with the functional syntax or does it only support the class-based syntax rn?
E.g. I just tried the following on
v0.5.14
and neither of the two examples below seem to work and it shows up as required in the help text... Is there something wrong with my syntax? I'm onpython3.9
so I'm importing these viatyping_extensions
instead ofTyping
as suggested here.The text was updated successfully, but these errors were encountered: