Ryland Goldstein

Results 10 comments of Ryland Goldstein

> My point is: I use a slightly different set of tools, like nvim and sometimes atom. Or oh-my-ssh with zsh. With current implementation, we have to use what is...

It's a great question. I initially used `docker exec` but it has some limitations. * Binding the host display server is incredibly convenient with ssh (simply add `-X|Y`), with docker...

> Again, sorry if this comes up as a negative-feedback, it's not my intention, really! Don't worry about that at all. Life is a never ending opportunity to improve. I...

@all-contributors please add @lvm for asking critical questions

X11 Server is also needed for copy-paste support. In my personal env + myos setup I can copy in myos tmux and paste in chrome on host. That's really powerful,...

@simoneb sorry about the late reply. I have a Windows computer at home so I'll try and test this week. Windows and docker never play as nice as I would...

I personally feel this pain when using Temporal as a non-advanced user. Especially when running Temporal via docker-compose, it's very difficult to discern meaningful information. It seemed that Cassandra might...

Hey @drewhoskins-stripe, thanks for the request/proposal. We will need some time to understand how this aligns with our plans/priorities but in the meantime I have a follow up question. Re:...

Ok this is useful input. I will work with the team to understand if and where this falls priority/timeline wise. As a note, the default Workflow timeout is infinite and...

Funny enough, I recently released a tool which could solve this problem. https://github.com/rylandg/shrun Tests are written as bash in YAML and each one runs in it's own docker container. ```YAML...