-
Updated
Jun 30, 2020 - PHP
event-driven
Here are 649 public repositories matching this topic...
ByteBufferView is a Collection of UInt8 which "views" into a ByteBuffer. Right now, we basically only implement the subscript which vends individual bytes. That's good enough to implement Collection/Sequence (and a bunch of more specialised sub-protocols) but it's not very fast at all.
Especially methods like firstIndex(of:) or firstIndex(where:) will be very slow because it'l
I’m trying to use those hives but I’m not clear on how to do it. It will be clearer if hive maker added documentation on how to configure them. A (formatted?) text explaining how to configure the hive (generate secret keys, …) with a link to the official website for example.
For example:
Discord, should I create an application or a bot?
Twitter, I need to give my phone number?
Twitch, I trie
-
Updated
Jul 5, 2020 - Go
I'm planning on building an app that needs to be SEO friendly, do we have a guide to implement SSR with effector?
RabbitMQ can have many vhosts (each holding many queues)
a user might be permitted to read just some vhosts.
when one tries to use a user that can access just some vhost - one get the following messages:
error establishing rabbitmq connection: Exception (403) Reason: \"no access to this vhost\""
using url notation like specified here: https://www.rabbitmq.com/uri-spec.html (e.g. amqp://1.1
Prometheus能提供图片吗?
我看到可以通过Prometheus搭建监控环境,如果有图文,更容易理解.
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
-
Updated
Jun 8, 2020 - C#
The problem faced currently?
docs specifies how to clear events_log table
by manually running queries
How can we solve it?
It would be better if user has a option in mission control to such as automatic cleaning
which will clean the failed records weekly or daily basis
If you want this feature to be implemented, give it a thumbs up reaction, so that we can determine which features a
-
Updated
May 13, 2020 - JavaScript
-
Updated
May 16, 2020 - Shell
-
Updated
Jul 6, 2020 - TypeScript
-
Updated
May 9, 2020 - Go
#101 Shows an unsupported use case of generics in mbassador. The extent to which generics are supported and the current limitations should be clearly documented.
In case there is a projection with no handlers we'd still traverse given streams only to produce no result. It's an unusual case but still we're able to produce "no result" much faster.
Describe the bug
No description when running kubectl explain
$ kubectl explain brokers
KIND: Broker
VERSION: eventing.knative.dev/v1beta1
DESCRIPTION:
<empty>
$ kubectl explain sinkbinding
KIND: SinkBinding
VERSION: sources.knative.dev/v1alpha2
DESCRIPTION:
<empty>
Expected behavior
I expected a description like all other k8s objects.
-
Updated
May 11, 2020
-
Updated
May 19, 2017 - Java
-
Updated
Jun 15, 2020 - C#
Describe the bug
Github Gateway pod unable to create webhook because of trailing whitespace that gets appended to the webhook token in the header
Is this a bug? YES
Is there a deployment method to prevent it?
Environment (please complete the following information):
OS: macOS Mojave 10.14.4
minikube: v1.0.1
Helm: v2.14.0
argo workflow: v2.2.1
Argo-events: v0.9.2
-
Updated
Jun 18, 2020 - C#
-
Updated
Jul 3, 2020 - Java
-
Updated
Jul 6, 2020 - C
-
Updated
Oct 14, 2019 - CoffeeScript
-
Updated
Jun 18, 2020 - C#
-
Updated
May 22, 2018 - Java
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."
Current behavior
Issue: Windows + minikube + MinGW + GitBash + make (gets stuck)
asouza@ASOUZA-DESKTOP MINGW64 /c/Code/dapr/dapr (master) $ make test-e2e-all DAPR_TEST_NAMESPACE=dapr-tests DAPR_TEST_TAG=dev DAPR_TEST_REGISTRY=docker.io/artursouza DAPR_TEST_MINIKUBE_IP= go test -v -tags=e2e ./tests/e2e/...Workaround: see how I had to manually run the same command but set t