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
I've noticed that my IDE (VS Code) does not show the function arguments of anything decorated by the @cached decorator. It would be great if the decorator would fully preserve the function's signature.
The text was updated successfully, but these errors were encountered:
You're showing type annotations from your IDE. We don't have complete type annotations (or any exposed at all), so your IDE won't give you the correct types.
I've noticed that my IDE (VS Code) does not show the function arguments of anything decorated by the
@cached
decorator. It would be great if the decorator would fully preserve the function's signature.The text was updated successfully, but these errors were encountered: