-
Updated
Jun 18, 2020 - PHP
events
Here are 2,046 public repositories matching this topic...
I've wanted to craft a "1 minute", "5 minute", "15 minute" moving average (like a unix load average), but don't know the right r to pass to ewma-timeless to get it.
Either documenting a rule of thumb or providing a mechanism to recreate that would be helpful.
-
Updated
Jun 18, 2020 - Ruby
Per the original comment by @NanneHuiges on issue Attendize/Attendize#513
The permission topic in the troubleshooting guide is missing a file: after installation the
InstallationControllertries to write a file calledinstalledto the root. But there is no write access there if you're using the simple docker setup.
The documentation should be modified to inclu
-
Updated
Apr 30, 2020 - Ruby
The navigation in the documentation is currently showing a horizontal scrollbar and isn't full-height.
I'm not sure if it's supposed to be full-height, but I think the horizontal scrollbar should be an easy fix by just making it slightly wider ;)
Here's a screenshot to show what I mean:
.
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
Jul 2, 2020 - Java
In documentation about sagas there is this thing about storing saga-id into event metadata. It looks intuitive but it doesn't work out of the box :-(. I would like to make it work. Here is how:
- from PublishAsync pass sagaId and saga type name into ICommandBus.PublishAsync()
- overload ICommandBus.PublishAsync() so it takes an extra argument eventMetadata
- pass event metadata to IAggregate
Feature request: I nedd (my wife needs to be honest) additional functionality - editing appointments from customers page (i.e. click customer from list on the left, select appointment from the list and click edit button). For now editing appointment is possible from calendar view only. TIA.
-
Updated
Oct 10, 2019 - Swift
-
Updated
Mar 25, 2020 - Kotlin
When uploading a logo in an Indico Category settings' page, one gets
"Bad Request" and is thrown back to the Indico home page, if the filetype is not one of:
accepted_file_types='image/jpeg,image/jpg,image/png,image/gif'
The "Bad Request" error message says: Required argument missing: logo.
It says nothing about the required file types. In the management area either...
This is no
As bundles emerge as the central organizing pattern for Aquameta modules, it's becoming clear that a very common pattern is to reference a row by its bundle name, plus "name", whatever that might be. We do this with widgets already on import, referencing {namespace}:{widget.name} and have a custom function for resolving them. Other places do crude hacks around this missing functionality as wel
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.
The Python Async Actions example is confusing in my humble opinion. I'm not entirely sure how this functionality works.
If you run the code in the example, no output is displayed and the application immediately ends. I believe this occurs because the main thread terminates and the remaining threads are marked a
I'm submitting a ..
- Bug Report
- Feature Request
Emails aren't sent for user actions unless rake jobs:work is running in the background. Is there documentation (or a recommended method) of running the email task as a daemon?
I am by far the least qualified person to review your work, but I find it relentlessly fascinating. I want your work to gain more traction, but I think that English is not your first language. I would like to offer my help to do some editing on your FP-complete posts to make them sound more natural in English. I can't offer much, but as I read through them I could offer some edits/questions that m
-
Updated
Jun 19, 2020 - Erlang
Sink documentation
Could someone add docs into README.md on how to configure sinks?
Preferably in a form that k8s noobs could use
Improve this page
Add a description, image, and links to the events topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the events topic, visit your repo's landing page and select "manage topics."
Azure Event Hubs is like a managed Kafka service:
This suggests that we could wrap the existing
kafkasink. I'd prefer that we wrap it since it is techni