-
Notifications
You must be signed in to change notification settings - Fork 6
Fix selector example code #68
Copy link
Copy link
Closed
Labels
part:docsAffects the documentationAffects the documentationpriority:❓We need to figure out how soon this should be addressedWe need to figure out how soon this should be addressedtype:bugSomething isn't workingSomething isn't working
Milestone
Metadata
Metadata
Assignees
Labels
part:docsAffects the documentationAffects the documentationpriority:❓We need to figure out how soon this should be addressedWe need to figure out how soon this should be addressedtype:bugSomething isn't workingSomething isn't working
Type
Fields
Give feedbackNo fields configured for issues without a type.
What happened?
This code is used in some examples:
But it doesn't work when trying to assign
component_idsto a variable hinted with typelist[int],mypygives this error:What did you expect instead?
Code examples to be robust and work for most use cases.
Affected part(s)
Documentation (part:docs)
Extra information
This code works:
But ideally we should probably add some way to do these checks more easily for the users.