Skip to content
#

binding

Here are 543 public repositories matching this topic...

pierDipi
pierDipi commented Feb 8, 2021

Describe the bug

// TriggerFilterAttributes is a map of context attribute names to values for
// filtering by equality. Only exact matches will pass the filter. You can use the value ''
// to indicate all strings match.

Our implementation:

https://github.com/knative/eventing/blob/daa085d6063cd15f643a0e9373641e29d31157a4/pkg/eventfilter/attributes/filter.go#L37-L74


Given a

muirdm
muirdm commented Dec 6, 2020

The below ruby code:

foo = 123

Gives foo a face of tree-sitter-hl-face:function.method which isn't correct (it should be variable or similar). I poked around a bit and my guess would be the ((identifier) @function.method (#is-not? local)) highlight rule is matching too much suggesting the locals stuff isn't working (?).

I'm guessing it is an issue here vs tree-sitter-r

Improve this page

Add a description, image, and links to the binding topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the binding topic, visit your repo's landing page and select "manage topics."

Learn more