-
Updated
Sep 3, 2020 - PHP
event-driven
Here are 684 public repositories matching this topic...
After discussion with @Lukasa on Discord, it's been shown that the function should not return FileRegion as can be seen from the comments in #975. Hence, just a nit to remove FileRegion from the function docs return type.
-
Updated
Aug 26, 2020 - Go
If you are using gnet
in your projects and willing to display the name of your project or corporation on the home page, please feel free to open a PR for it.
This is where I show the user cases: User cases of gnet for English, gnet 用户案例 for Chine
We have introduced changes in the project layout etc. with the update to Operator SDK v1.0.0 #1007
It is needed update .devcontainer
config, Dockerfile: https://github.com/kedacore/keda/tree/v2/.devcontainer
Currently, you are not able to use middleware per handler in "clean way" (you can still manually wrap the handler function, or have separated router).
It would be nice to be able to add middleware per handler.
As a good reference point, you can use chi router: https://github.com/go-chi/chi
Prometheus能提供图片吗?
我看到可以通过Prometheus搭建监控环境,如果有图文,更容易理解.
-
Updated
Aug 25, 2020 - C#
The problem faced currently?
No problem, just an enhancement
There should be switch button at the bottom left corner of mission control where we currently show sc version. Which switches the color theme of mission control
If you want this feature to be implemented, give it a thumbs up reaction, so that we can determine which features are important to you.
👍
-
Updated
Sep 9, 2020 - JavaScript
-
Updated
Aug 22, 2020 - Shell
-
Updated
Jul 29, 2020 - TypeScript
-
Updated
Sep 9, 2020 - Go
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
As a followup to #696 we should deal with Ruby 2.7 deprecation warnings. Most common issue is:
Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
.
Fairly easy to fix, I suppose.
-
Updated
Sep 26, 2019 - Java
-
Updated
Sep 9, 2020 - C
-
Updated
May 11, 2020
-
Updated
May 19, 2017 - Java
Is your feature request related to a problem? Please describe.
cloneDirectory
needs to be specified like https://github.com/argoproj/argo-events/blob/master/examples/sensors/trigger-source-git.yaml#L34, otherwise it will error out.
Describe the solution you'd like
If cloneDirectory
is missing, use a temp dir to do it.
Describe alternatives you've considered
A clear and con
-
Updated
Sep 12, 2020 - C#
-
Updated
Sep 6, 2020 - C#
-
Updated
Sep 3, 2020 - Java
-
Updated
Aug 19, 2020 - Go
-
Updated
Aug 21, 2020 - C#
-
Updated
Oct 14, 2019 - CoffeeScript
Improve this page
Add a description, image, and links to the event-driven topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the event-driven topic, visit your repo's landing page and select "manage topics."
/area operator
Ops are not loving the idea of giving dapr-operator cluster-admin permissions. Is this really necessary and if so, what is it necessary for (i.e. what operations does it have to do where more restrictive permissions would not suffice)?
Thanks!