Ian Smith

Results 10 comments of Ian Smith

(This is after installing via `go get`.)

Not the `go run` case - `slackinviter` is in my `PATH`, so it can be run from any `cwd`; but `parseFiles` loads relative to the `cwd`. I'll open a PR...

Hi! Is there work actively in progress on this? Weighing if we should charge forward manually, or hold off for a tool.

Is there interest from Metabase in providing an official ARM image? (Grateful for the examples provided by others here in how to build one - my company is doing that...

> Sometimes I'd like an image with two go binaries built with ko. > ko currently adds uniquely named binaries to to /ko-app folder but Seeking clarification - @dprotaso, do...

Is there a sense yet what the UI would look like? Leaving out kodata for the moment. Spitballing, but not knowing how other people (would) use this: - A flag:...

:nod: Yeah, my interest here is because I'd like this myself. (For a monorepo case, which is ... definitely a departure from what ko does currently.) I've got a kinda-hacky...

Kubernetes cluster - so the yml indicates which command is to be run for a given container. We could do a bunch of single-binary images, but the multi-binary image means...

> I can't think of any good ideas, other than VCS branches linking to the remote site copy of the branch. Personally, I'd be more interested in github branches linking...

> I think we could probably make a few guesses and hardcode some GitHub URL patterns and make it work without network requests, but it would take some work to...