Mathias Fredriksson

Results 420 comments of Mathias Fredriksson

I think this would reproduce it: - In workspace: `mkdir ~/deleted` - In VSCode, open workspace, select File -> Open folder -> ~/deleted - Close VSCode - In workspace: `rm...

I was under the impression that `batchstats` buffers up to a certain amount of updates, so let's say 100 workspaces all report their agent stats at the same time, all...

> The batcher is totally valid, but my concern is that we are only saving 1 db call when reporting the stat already takes 7-8 db calls to get to...

> @mafredri Thanks for bringing this up, I do share your concerns since it's a write operation, so I've went ahead and made an alternate PR (#13418) where we keep...

@matifali Yes, `run_on_delete` and a running workspace are prerequisites. Ideally we would also have #6175 to ensure proper execution of the script. Having the `run_on_delete` property gives a nice way...

I've been looking into this issue and I have a pretty good idea of what's going on and what's going wrong. As I see it, we the following problems: 1....

@Emyrk thanks for the great chat and writing the summary! While I'm a fan of consolidating our Terraform logic in one place, and would like to see us use the...

I think this is a Mac quirk that's being exposed due to a slight difference in behavior between system and Volume Control. Without Volume Control, the system automatically applies mute...

Awesome, thanks for adding that @alberti42. There's still a minor divergence from OS default where Volume Control doesn't take volume to 0 on that last step, just applies the mute....

@megla-tlanghorst would the [`--remote-repo-build-mode`](https://github.com/coder/envbuilder?tab=readme-ov-file#environment-variables) option we recently introduced cover your use-case? Automatically updating the users repo is an interesting proposition too, though. There are some caveats though: - What do...