binding
Here are 543 public repositories matching this topic...
-
Updated
Mar 25, 2021 - Swift
-
Updated
Nov 10, 2020 - Java
-
Updated
Mar 10, 2021 - C++
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:
Given a
-
Updated
Feb 5, 2021 - Swift
-
Updated
Apr 12, 2021 - Go
-
Updated
Mar 26, 2021 - Go
-
Updated
Apr 10, 2021 - Lua
-
Updated
Apr 11, 2021 - JavaScript
-
Updated
Dec 9, 2020 - Swift
-
Updated
Jan 5, 2021 - Swift
-
Updated
Sep 8, 2020 - C
-
Updated
Mar 21, 2021 - Swift
The below ruby code:
foo = 123Gives 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
-
Updated
Mar 19, 2021 - C++
-
Updated
Feb 8, 2021 - Kotlin
Create an example that debounces events fired:
Use a range input to define the debouncing-interval and offer a button that uses this interval debouncing it's clicks.
-
Updated
Nov 23, 2017 - Java
-
Updated
Apr 7, 2021 - Nim
-
Updated
Mar 9, 2021 - Rust
Improve this page
Add a description, image, and links to the binding topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the binding topic, visit your repo's landing page and select "manage topics."
Just thinking that for the guide it would be nice to add a table to the
#[pyproto]section listing all the dunder methods that can be implemented and the protocols they are a part of (e.g.__int__->PyNumberProtocoletc.)