Results 599 comments of Wes McNamee

I don't have a workflow right now, but I'm considering what it might be. Writing an function that parses the AST for breakpoint and ifdebug commands would be useful, and...

I also started to move towards smaller focused modules. I'm developing a lineup that I've coined "Gravity". As it's an effort to bring various things together (like what gravity does),...

definitely not stale. I just ran into the same thing... I want to pass some arbitrary things that _look_ like flags to docker ``` cli docker run alpine /bin/sh -c...

You only need the router at the top level. Keep the routes in the sub-components, just remove the router.

@phillipedwards I think this is because the region should be `us-west-2`. Capitalization probably matters.

This is true for Go too. Maybe you can remove `Typescript` from the issue title?

I'm running into a similar issue, in that I need to be able to inject specific tags to the public/private subnets so the aws-loadbalancer-controller can auto discover them.

I think this is valuable, but it appears that native support for `arg ...string` doesn't exist for the `Session` in the `ssh` package. I asked around in the Gopher slack...

Maybe the right way to handle this would be to accept `args []string` and shellquote each arg, then `join(" ", quotedArgs)`? I guess I'd have to write some tests. https://github.com/frioux/leatherman/tree/main/pkg/shellquote