Nick Zelei

Results 73 comments of Nick Zelei

Hey @RanVaknin - the `kubectl get nodes` call I was showcasing was just an example of the call to kubernetes failing authentication with the given token. In other words: I...

Hm, that unfortunately still did not work for me. However, I just punched in the role that the existing credentials I have were generated for, so maybe that was the...

> @nickzelei can you try adding the `X-Amz-Expires` custom header in your `PresignGetCallerIdentity` call? > > Something like > > ```go > ... > out, err := presignclient.PresignGetCallerIdentity(ctx, &sts.GetCallerIdentityInput{}, func(opt...

Okay so I've run into this and was able to work through it by doing two things: 1. I had change the internals of `useFormPersist` to use the newer `useWatch`...

Also experiencing this. It seems that issues to linear only sync if the `Public` label is attached on new issue created. If you add a `Public` tag to an already...

Any update on this issue? Was pretty surprised to see that the `project.toml` is not supported when using buildpacks through Tekton. All of the docs for paketo/buildpacks show to use...

You need to change your build script to `"build": "contentlayer build && next build"`

I hear you on the open ports thing, however I think this is way more complex than it's worth. A much simpler solution is to just change our default ports...

Was bit by this again where I wanted to change the datagen form to have the `mappings` nested inside of another property for better organization. This broke the schema page...

I've rolled back the backend to use the public url for now. Once this is fixed we can revert the backend to using the internal url.