Dean Sheather

Results 88 comments of Dean Sheather

I don't think we should add yaml support unless we plan on letting people supply yaml files to create commands ala `kubectl apply -f file.yaml`. Otherwise there's no purpose of...

All of these technically happen at the same time as soon as we make sure that we use the database for everything and don't store state in memory (at least...

It looks like it's already added to the root command and was already applying to every subcommand except `server`. It looks like the version check only looks at `major.minor` and...

https://app.shortcut.com/coder/story/20819/improve-exectrace-testing

This seems to work well now, beats appear to be on time in the render. I'd like to investigate increasing the rotation rate as well. Maybe we should pass the...

What's the catch? Slower performance on regular computers?

I have the same problem, but I have slightly different strace output so I thought I'd share it here ```console $ strace /tmp/32bin execve("/tmp/32bin", ["/tmp/32bin"], 0x7fff270578b0 /* 64 vars */)...

I think the main reason we use host network instead of regular network is so you don't need to bind ports ahead of time. If I span up a web...

Running the sail containers with host network definitely hurts reproducabililty, so if we can switch to docker networking it would be great. Apparently there was an issue that was encountered...

@roberthmiller #36 got closed due to inactivity, so Sail doesn't have CI yet. If you'd like to make a new PR to add CI stuff that would be greatly appreciated.