Skip to content
#

binding

Here are 607 public repositories matching this topic...

aldanor
aldanor commented Feb 8, 2022

Just a thought: why don't we add is_eq(), is_gt() etc methods (alongside the compare and rich_compare), for the sake of newcomer-friendliness? Sort of the same as is_none() etc.

Also, note explicitly in trait impl docstrings (and in is_eq/is_ne docstrings) that PartialEq compares pointers, which may otherwise lead to confusion.

(Here's a use case example. I've used pyo3 and

evankanderson
evankanderson commented Dec 3, 2021

Problem

Sugar Controller is a separate install, which makes its functionality less useful.

Similar to knative/serving#11969, remove sugar-controller as a separate installable YAML, and integrate it into the main eventing controller. Use a namespace-level label selector to enable and disable the sugar controller at the namespace level.

The [current documenta

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