Paul Brousseau

Results 15 comments of Paul Brousseau

My apologies if "me too"s aren't appropriate for issues here, but we (Dexcare) are very interested in a Gateway API implementation in Argo Rollouts. @PhilippPlotnikov , is there a way...

I'd like to echo this bump; this looks just about perfect for my current project.

So, I played with this some more today, and I found that I could do what I needed using the existing functionality. I don't say this to discourage your work...

And now I'm back to "I'd like this please," as I have a new scenario that I can't figure out how to handle. Because $REASONS, I want to mount a...

I'm working on a tool for "local" CI stuff right now, so have been thinking about this. Are you interested in what happens on the dev desktop (some process watches...

Upfront, I am using ArgoCD `v2.6.4+7be094f` I would like to use this as well. In my use-case, I want to be able to notify my (semi-technical) release team of when...

Relatively new Zed user here. Is there a way to tell Zed to ignore a subset of files? I added a helm chart to my project, and now I have...

I also am having trouble using `SparseCheckoutDirectories` (with go-git v5.11.0). My case may be _slightly_ strange, though. I want to get a sparse checkout from a _particular_ commit. My code,...

@p-bomb suggested, > I think we should add the missing imports as the first non-commented line instead of after the cutline so we don't break common eslint rules like [this...

Sorry, I think I wasn't clear. I mean, do something like this... Original: ```` export type QuuxModelType = { id: number, name: string, }; ```` Post code generation: ```` import...