-
Notifications
You must be signed in to change notification settings - Fork 559
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Any
as input
#608
Comments
Implementation: #968 |
This was referenced Sep 22, 2023
Closed
There are some failing tests in here representing the behavior: #1313 |
From #538:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I want it to be possible to start with the simplest, most flexible thing, then layer in things on top.
You should be able to start with this:
Then, you can augment it. If you want to get some fancy output, add an output type. If you want a better form field and some validation, add an input type. If you need some setup processing, add a
Predictor
and asetup()
function.See also
The text was updated successfully, but these errors were encountered: