Brian Palmer
Brian Palmer
Yeah honestly I've just been using the mouse to copy/paste when I need to, but definitely open to any better options. I'm not sure how shells open `vi` when you...
Yeah, I figured it had to be something like that. I'm a little hesitant to implement that in `pipeline` just to have a good way to get the command onto...
👍 This is generally useful outside of ECS as well, I'd love to see it merged in.
is this gem deprecated then? should the README be updated to reflect this? apologies if this is a silly question, I'm experienced in ruby but new to jruby.
Cool thanks for the clarification @mkristian
Am I reading this change correctly that `auto_eject_drop` is only implemented in the modula distribution? That seems like a pretty big caveat.
Heh well, I can't speak for the maintainers but I would certainly want the limitation to at least be documented. I'm curious why you say it doesn't make sense for...
If you are using the proxy with Dinghy, you can provide additional custom nginx config with a `~/.dinghy/proxy.conf` file as outlined in https://github.com/codekitchen/dinghy#http-proxy If you are using the proxy outside...
By HTTP-ish do you just mean "speaks HTTP"? The "ish" is throwing me off. :) As long as we're just talking about listening and proxying on dynamically configured HTTP ports,...
Websockets start out as a HTTP request with an `Upgrade:` header, which is part of the HTTP spec allowing the connection to switch to another protocol. So yeah, just supporting...