Till Hoffmann

Results 10 issues of Till Hoffmann

In order to fully support Infrastructure-as-Code settings, changing the admin password without manual intervention would also introduce additional security. In case someone is actively searching for a new umami instance...

In the current state, the client will print `cached-item already expired failed to retrieve from cache, trying with a live version` whenever a cache miss happens. And there doesn't seems...

After creating an account on your site, and activating it, I got the following error message when trying to log in: `Sorry, you cannot log in yet. As an anti-spam...

In https://nextjs.org/learn/react-foundations/updating-state#handling-events, In the second code snippet ``` function HomePage() { // ... function handleClick() { console.log('increment like count'); } return ( {/* ... */} Like ); } ``` the...

On section for [Nesting components](https://nextjs.org/learn/react-foundations/building-ui-with-components#nesting-components), there's the following code snippet: ``` function Header() { return Develop. Preview. Ship.; } function HomePage() { return ( {/* Nesting the Header component */}...

## Cilium Feature Proposal **Describe the feature you'd like** To enable Gateway-API in the cilium helm chart, there's a prerequisite to install the Gateway-API CRDs manually. Since cilium itself is...

kind/feature
kind/cfp

### Description In the [docs](https://taskfile.dev/usage/#warning-prompts), it's stated that a `prompt` can be skipped with `--yes`. Is this also possible when calling another task with `task: taskname`? If yes, how? ###...

I can't install the Gateway-API CRDs with the kubernetes_manifest resource. It says `'status' attribute key is not allowed in manifest configuration`. ### Terraform Version, Provider Version and Kubernetes Version ```...

bug

## Bug Report ### Description When running `talosctl reset` either with or without ` --system-labels-to-wipe STATE --system-labels-to-wipe EPHEMERAL`, it happens quite often (4/6 times for me) that the command never...

## Bug Report ### Description Dualstack seems to work according to https://github.com/siderolabs/talos/issues/8115#issue-2056553134. But I still couldn't find any documentation about this - apart from some github issues around the topic....