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
returnerrors.New("OSC Address string may not contain any characters in \"*?,[]{}#")
}
}
wildcards in addresses are not supported.
If the wildcard addressing feature is not implemented, it should not be listed under "Features". It could be listed under a "Feature TODO" section, or discussed in a separate issue, but listing it under "Features" is misleading. Please remove until the feature is implemented. If marked as a "TODO" or "Help requested", enterprising Go devs can more easily recognize potential contributions.
If I'm mistaken and this feature is currently implemented, an example on the README would be helpful.
The text was updated successfully, but these errors were encountered:
If I'm understanding correctly from #10 and the following code:
go-osc/osc/osc.go
Lines 124 to 128 in 85fee7f
wildcards in addresses are not supported.
If the wildcard addressing feature is not implemented, it should not be listed under "Features". It could be listed under a "Feature TODO" section, or discussed in a separate issue, but listing it under "Features" is misleading. Please remove until the feature is implemented. If marked as a "TODO" or "Help requested", enterprising Go devs can more easily recognize potential contributions.
If I'm mistaken and this feature is currently implemented, an example on the README would be helpful.
The text was updated successfully, but these errors were encountered: