Results 10 issues of mewa

At the moment adding new entries is only possible by using one of the functions: ``` func (c *Cron) AddFunc(spec string, cmd func()) (EntryID, error) func (c *Cron) AddJob(spec string,...

This is linked to #148 but since it explores a different/wider aspect of this issue, I opted for creating another issue. The root cause in #148 is that statements are...

We're having an issue with too big headers being passed between the client and the server when inserting bigger chunks of data. Namely, the `X-Trino-Added-Prepare` header (this has already been...

- [x] I have read the [contributing](docs/CONTRIBUTING.md) guide. ### Report First of all thanks for a nice and robust tool! I thought it could use some performance improvements. Currently scanning...

Importing any component `import { AutoComplete } from 'react-mdl-extra';` from `react-mdl-extra` causes ``` events.js:141 throw er; // Unhandled 'error' event ```

Currently there's no way for the end-user to supply their own routes to be generated, as is the case when implementing e.g. a blog section. This PR updates the Swell...

Currently, when deploying multiple releases that share the same release name in **different** namespaces deployment is failing due to a naming clash of the cluster-scoped RBAC resources. This PR introduces...

area:helm-chart

#### What type of PR is this? /kind documentation #### What this PR does / why we need it: This PR documents minimum required Helm chart versions to be used...

cncf-cla: yes
area/cluster-autoscaler
size/L
kind/documentation
needs-rebase

Current approach works well when you have hash-based routing. However if you want to use path-based routing, you'd have to prevent default link behaviour in order to avoid loading the...

Currently, the `extraContainers` and `extraInitContainers` are passed on an "as-is" basis. What this means in practice is that if you depend on a release-specific resource you have to manually provide...

stale
area:helm-chart