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
Defined as intersection of "paint" and "string", so for example:
foo("bar-baz bongo")
Saying "take small paint zip" would select bar-baz. This modifier will be really useful for tailwind.css
Once we have #69, we can implement this one using an intersection pipeline constructor, which will take n pipelines as its arguments, and construct a new pipeline stage that applies each of its pipeline arguments to its input, and outputs the intersection of the outputs of its pipelines
The text was updated successfully, but these errors were encountered:
I would wait for the big PR, but you don't need to go the fancy generic intersection stage route. Hopefully big PR will be out tomorrow or next day. It's getting really close
@pokey I wonder if we should expand this to other nonwhite space delimiters such as commas and parentheses. Would you support that idea or do you think it's redundant with other scope types?
Defined as intersection of "paint" and "string", so for example:
Saying "take small paint zip" would select
bar-baz
. This modifier will be really useful for tailwind.cssOnce we have #69, we can implement this one using an
intersection
pipeline constructor, which will taken
pipelines as its arguments, and construct a new pipeline stage that applies each of its pipeline arguments to its input, and outputs the intersection of the outputs of its pipelinesThe text was updated successfully, but these errors were encountered: