Martin Palma
Martin Palma
I submitted a CL (https://upspin-review.googlesource.com/c/upspin/+/18680) with a possible fix to this issue. Happy to get some feedback.
Following the comments on the [PR 19180](https://upspin-review.googlesource.com/c/digitalocean/+/19180) maybe it makes sense to have a general S3 (`cloud/storage/s3`) backend, as Andrew suggested, which can be used for different S3 compatible backends...
In order to fix the `resource busy` error run the following command `diskutil unmountDisk /dev/disk#`. In your case `diskutil unmountDisk /dev/disk2`.
I'm seeing the following error using bun version `1.1.4`. A third-party library uses `got` which we depend on to use: ``` 1212 | this[kStopReading] = true; 1213 | if (!(error...
I think the main issue is that the documentation of a tailwind class is not displayed in Zed in the autocomplete panel like in vscode. Zed: vscode:
Browsing the repository I found this crate: https://github.com/zed-industries/zed/tree/main/crates/prettier. Does this mean Zed uses `prettier` as default formatter?
@JosephTLyons: I observed the same, here is a screen recording: https://github.com/zed-industries/zed/assets/381/e4cd59a1-5b05-4b18-9962-d00db180e402 It finds the files only if I unfold the folder `./src/lib` as you can see.
I future investigated and it seem that for me it only happens on Typescript projects, on a Rust or Go project it works as expected. Strange. It happens on both...