Juan J. Jimenez-Anca
Juan J. Jimenez-Anca
When writing my charts I often get a message like: ``` 2020-05-27 20:12:53 CRITICAL: Command returned with exit code: 1. And error message: Error: Failed to render chart: exit status...
I'm having some problems using cycle-react in my own components if these are imported from other packages. When importing the hyperscript function directly from `cycle/react` everything works fine. But when...
**Code to reproduce the issue:** 1. Run `create-cycle-app my-app && cd my-app` 2. Then `npm start` 3. Edit some styles. They are loaded ok using HMR 4. Edit some text...
I just upgraded a cluster using k0sctl `v0.12.4` where I initiatilly deployed a helm chart like this: ```yaml extensions: helm: charts: - name: cilium chartname: cilium/cilium version: 1.11.0 values: ```...
### Is your feature request related to a problem? Please describe. Pod security polices are deprecated since 1.21. However, k0s still allows configuring a default PodSecurityPolicy and the security model...
Currently only `configMap` is supported as `target`. It feels to me like that's the obvious choice for distributing a ca file. However, a lot of off-the-shelf applications out there only...
If a consumer has a heartbeat configured, sequence checks are run and always force re-delivery of messages which have already been delivered and acknowledged. It's the first time I dig...
## Feature Request ### Crates tonic-build ### Motivation I just saw the new feature in `prost_build` to clean up the markup of generated code using `cleanup-markdown` feature. This has been...
## Is your feature request related to a problem? My self-hosted instance of posthog keeps growing and growing even though it's a very small site. ## Describe the solution you'd...
Using the Reacher api, a validation of a `protonmail` address takes around 7.20-7.50 seconds. I find this latency a bit excessive, especially considering a gmail address takes less than 2.5...