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
Hey there, I'd like to contribute to the images and video feature. Do you have guidelines for contributing, or any pre-existing scoping or opinions on how you'd like those implemented?
The text was updated successfully, but these errors were encountered:
Separate comment, it looks like the where filters are already based on unindexed full collections scans. In the part where you're doing text matching with operations and string maps, have you considered adding a sister function that instead just takes a map[string] func (string) bool so users could define their own more complex logic? Would let us support string contains, string not contains, regex, etc. I'd be happy to draft up an PR to show my thoughts.
Hey there, I'd like to contribute to the images and video feature. Do you have guidelines for contributing, or any pre-existing scoping or opinions on how you'd like those implemented?
The text was updated successfully, but these errors were encountered: