Sas Swart

Results 9 comments of Sas Swart

Hey @joobisb! You seem to have merged a Pull request that addresses this issue. Is there still anything to do, or can it be closed?

I've submitted an initial PR to get us most of the way to closing this issue. I have a few questions that I would like to verify: 1. Do we...

I've replicated this behaviour using Coder v2.11.0 and v2.16.0: ![Image](https://github.com/user-attachments/assets/ff47fb68-8ba5-44de-bce7-d4d9dfca4b2f) However, I've found that the port is in fact being forwarded. The 404 seems to come from mitmproxy itself. #...

> Furthermore, it should be possible to invalidate a prebuild using the API. This might already be possible by using the endpoint that deletes a workspace. Initially, we considered manual...

See here: https://github.com/coder/coder/issues/17722#issuecomment-2915714106 We're adjusting the scope and focus of this issue to relate more to deleting prebuilt workspaces generally rather than a focus on manual "cache invalidation"

This is a duplicate of #19866, as explained by Spike above. Agent reinit as a second connection from the agent to the control plane should be removed entirely. It should...

The frontend behaves as expected. The issue here is as @BrunoQuaresma identified. It may or may not be possible to add validation for this, depending on the rules for when...

Update: We've prototyped preset parameter validation as such: ![Image](https://github.com/user-attachments/assets/d94ddbc1-0e80-407f-a81d-e97fa5c41fc1) Unfortunately this cannot easily be done within the terraform provider. We still need to get this validation to run somewhere during...

@ssncferreira This is a good point. The same sentiment was expressed by @bjornrobertsson here: https://github.com/coder/coder/issues/19180. I specifically like the `--use-defaults` flag. Perhaps we should close this issue and rather implement...