Adam Fisher
Adam Fisher
Alas, renaming params isn't enough here. Thanks for pointing that out though, that does seem like a great idea! This wouldn't solve the double `?` problem since as you've observed,...
I think this functionality could be in AMIable as well. I'm already working on adding "recommend an AMI based on the current AMI choice for a stack". This is basically...
I'm sure you discussed this IRL, but the logic for doing this is very simple, and already exists in Amiable. Copying it or adding an API endpoint in Amiable would...
I am seeing this in elm-ui 1.1.8 in both Firefox and Chromium. The `transparent` class added by elm-ui attaches `opacity: 0` to the element. It seems like it should also/instead...
Forbidding something "in general" is inappropriate in this context and leads to people having (and acting on) strong feelings one way or the other instead of having a discussion that's...
The following establishes the session automatically, but doesn't connect connect up `stdin` (i.e. isn't interactive). ... | xargs -r0 sh -c "$@" Some progress...
Got it. ... | xargs -r sh -c 'exec "$@" < /dev/tty' SSM So we can detect OSX / vs a GNU OS in the wrapper script and use the...