Michael Smith
Michael Smith
No issue to link – just trying to do some random fixes/improvements since it's the last day before Christmas break. Definitely not expecting anyone to tackle this until after we...
Turning this into an issue for documentation purposes. I'm dropping everything and working on this now, and gunning to have this done by end of day ## Updates - Confirmed...
Closes #13013 ## Summary This PR moves all the Axios-based API functionality behind a `Client` class. This lets you can instantiate a brand new client with all Axios functionality scoped...
Spinning this off into a milestone issue per @Kira-Pilot's recommendation. This is spurred by issue #13130 ## Problem As we keep using the Go server to seed more and more...
## Issue - Certain assertions for test cases in `useClipboard` don't consistently succeed. Previous failures: - https://github.com/coder/coder/actions/runs/9033841899/job/24825045193 - https://github.com/coder/coder/actions/runs/8695401295/job/23846383155#step:4:17 - [The test file in question](https://github.com/coder/coder/blob/main/site/src/hooks/useClipboard.test.tsx) ## Notes - Inclined to...
Found this while writing the docs for the Backstage Coder SDK: ```tsx export type DeleteWorkspaceOptions = Pick< TypesGen.CreateWorkspaceBuildRequest, "log_level" & "orphan" >; ``` It's literally a single character difference, but...
This is a request spurred by recent issues (#13130 and #13723). Decided to spin this off into a separate issue instead of piling more stuff on top of the latest...