Colin Adler
Colin Adler
@dependabot rebase
yeah i'll take a looksie
> I believe the hardcoded version check is somewhat arbitrary, but ensures compatibility with our example templates. The version constraint isn't purely to prevent us from using the BUSL Terraform...
* **#13421** 👈 * `main` This stack of pull requests is managed by Graphite. Learn more about stacking. Join @coadler and the rest of your teammates on Graphite
Unfortunate network blip, we can probably just run a quick http server locally that serves this
Hey Dmitry, I'm not entirely sure what you mean, we don't use `10.10.10.0/24` anywhere, and the virtual subnet we use is [`fd7a:115c:a1e0::/48`](https://github.com/coder/coder/blob/f1cb3a5b11af832dff8b9c2f2c71c0115d15c3d9/tailnet/conn.go#L350). This is all done in userspace anyways, so...
The issue is most definitely what `coder ping` picks up at the end. > - Network interface utun4 has MTU 1280 (less than 1378), which may degrade the quality of...
I think I would still like to see us be able to ship out of order migrations. While we've made it safe from us doing this accidentally, we're in a...
I've tried this once before (https://github.com/coder/coder/pull/775), and it looks like the issue with sqlc that prevented me is still open. Could be worth revisiting, though.
@Emyrk I'm pretty sure we're blocked until https://github.com/sqlc-dev/sqlc/pull/2510 gets in. I ran into https://github.com/sqlc-dev/sqlc/issues/1256 while trying to switch over a while ago.