-
Updated
Sep 15, 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
In order to improve code quality, we should enable more linters in the golangci tool:
- gofmt
- golint
- interfacer
- goimports
- ineffassign
- misspell
- scopelint
- structcheck
- bodyclose
- deadcode
- depguard
- dogsled
- errcheck
- funlen
- goconst
- gocritic
- gocyclo
- gosimple
- staticcheck
- [ ]
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
Sep 15, 2020 - TypeScript
-
Updated
Sep 9, 2020 - Go
Problem
Since conformance tests cannot be run for non-channel based brokers, we copy-pasted them in https://github.com/knative-sandbox/eventing-kafka-broker, and we started to observe flaky tests.
After digging we found out that the use of WaitForResourceReady
on pods makes our tests flaky, see knative-sandbox/eventing-kafka-broker#183, discussion, and [diff](htt
Favicon for browser
It would be nice to have favicon for browser to distinguish it from other browser tabs.
-
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 14, 2020 - C#
-
Updated
Sep 6, 2020 - C#
-
Updated
Sep 3, 2020 - Java
-
Updated
Sep 20, 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!