Ethan
Ethan
> There's a PR [here](https://github.com/briansmith/ring/pull/1501) for this. > My interest in CCM is seeing `AES_128_CCM_8` bulk modes get added to rustls TLS 1.2/1.3 so I can implement an IEEE standard...
I'm not sure what you mean. Is the script running without errors?
> i meant like the songs i am playing should be updated in real time instead of like me waiting for it scrobble then i can show what i am...
One thing to keep in mind when solving this is that a Terraform resource ID isn't a protected attribute or anything special. There's nothing stopping popular providers from using the...
Yeah, this is an unfortunate limitation of the current design. We'd need `ConvertState` to intercept resources that use `count` and then append whatever index it is to the resource label....
Might be another test interacting with it somehow? I was unable to reproduce this: ``` $ go test -parallel $(nproc) -race -run "TestWorkspaceAgentClientCoordinate_ResumeToken" -count 1000 github.com/coder/coder/v2/coderd ok github.com/coder/coder/v2/coderd 363.248s ```...
#18099 will at least improve the error message here.
This is strange, as the SSH config the VS Code extension generates sets: ``` StrictHostKeyChecking no ``` Can you double check that's the case in your SSH config? The default...
This has been a known issue with VSCode for a few years: https://github.com/microsoft/vscode-remote-release/issues/5755 Using something like https://eternalterminal.dev/ to preserve the TCP connection between connection changes appears to resolve the issue.
> [@ethanndickson](https://github.com/ethanndickson) could you say a little more on how to use ET to prevent this situation? We're also tracking how we at Coder can improve this experience in https://github.com/coder/coder/issues/18101,...