binding
Here are 536 public repositories matching this topic...
-
Updated
Jan 28, 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
Feb 4, 2021 - Go
-
Updated
Jun 19, 2020 - Go
-
Updated
Mar 7, 2021 - Lua
-
Updated
Jan 18, 2021 - JavaScript
-
Updated
Dec 9, 2020 - Swift
-
Updated
Jan 5, 2021 - Swift
-
Updated
Sep 8, 2020 - C
-
Updated
Mar 1, 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
Aug 20, 2020 - C++
-
Updated
Feb 8, 2021 - Kotlin
-
Updated
Nov 23, 2017 - Java
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
Jan 13, 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.)