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
If a command parameter is omitted from an API request to a command, the command method will be called with omitted param(s) passed a string "None", instead of an actual NoneType.
If a command parameter is omitted from an API request to a command, the command method will be called with omitted param(s) passed a string
"None"
, instead of an actualNoneType
.nio-blocks/buffer#12
It looks like none of the command paramaters support this, in the buffer block use case the
group
param is typically a string, but can beNone
.Should StringParameter handle the special case of
None
whereallow_none = True
? Is there another Parameter type that might be a better fit?The text was updated successfully, but these errors were encountered: