binding
Here are 481 public repositories matching this topic...
-
Updated
Sep 30, 2020 - Swift
-
Updated
Apr 27, 2020 - Java
-
Updated
Oct 5, 2020 - C++
Increase code coverage for knative.dev/eventing/pkg/reconciler/source/crd
Expected Behavior
Stated goal for the V0.2 release is >70% test coverage.
Actual Behavior
Some packages do not meet this goal. See https://testgrid.knative.dev/eventing#coverage&sort-by-failures=
Expands on knative/eventing#591
/good-first-issue
-
Updated
Apr 1, 2020 - Swift
-
Updated
Jun 19, 2020 - Go
-
Updated
Sep 16, 2020 - Go
-
Updated
Oct 5, 2020 - JavaScript
-
Updated
Oct 7, 2020 - Lua
-
Updated
Dec 10, 2019 - Swift
-
Updated
Jul 1, 2020 - Swift
-
Updated
Sep 8, 2020 - C
-
Updated
Jul 23, 2020 - Swift
-
Updated
Aug 31, 2020 - Kotlin
-
Updated
Aug 20, 2020 - C++
-
Updated
Nov 23, 2017 - Java
When a query is invalid, ts-make-query raises an error like this:
(rust-panic "called `Result::unwrap()` on an `Err` value: Syntax(1, \"[(call_expression function: (identifier) @function)]\\n^\")")This is because _make_query uses unwrap.
It should instead define a new error class, e.g.
-
Updated
Oct 6, 2020 - Nim
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.)