Freek Gruntjes

Results 12 comments of Freek Gruntjes

If somebody else lands on this page when running controller when following this guide https://book.kubebuilder.io/reference/envtest.html. For me the issue was because `cfg, err = testEnv.Start()` returned the error missing of...

Same issue here

I think that this is a duplicate of https://github.com/h2non/imaginary/issues/198

Hi, not sure if this is related but when installing the operator I can not seem to add clusters to the orchestrator. Getting the following response on the orchestrator discover...

Same issue here, checked the S3 bucket and when I delete the `index-cache.yaml` manually its just regenerated with the missing charts.

> @Fgruntjes What works for me (running on Kubernetes): > > * Scale down Redis (mine is using emptyDir stoage) and chartmuseum to 0. > * Delete the index-cache.yaml >...

Hello, Just wanted to let you know I had the same issue, after installing `libjpeg-turbo-devel` and rebuild the package fixed the issue. My environment was CentOS btw. Hope it helps.

Not 100% sure, but I think EF core assumes the Id property is database generated. I have added the `[DatabaseGenerated(DatabaseGeneratedOption.None)]` attribute so that [this code](https://github.com/artiomchi/FlexLabs.Upsert/blob/master/src/FlexLabs.EntityFrameworkCore.Upsert/Runners/RelationalUpsertCommandRunner.cs#L170) will no longer return false....

+1 would really like to see this merged, this prevents us from using twemproxy i.c.m. with Magento sessions.

Not sure about react (using svelte) but you can just pass the types with the `createMutation` (svelte equivalent of `useMutation`) function. ```typescript const institutionConnectionMutation = createMutationKeys('InstitutionConnectionMutation', { create: () =>...