Daniel Slatkin

Results 15 issues of Daniel Slatkin

- Extension version: 0.40.0 - VSCode Version: 1.66.2 - OS: Darwin arm64 21.4.0 Basically if you're working in multi-root workspace with at least two projects, each one on a branch...

bug

I was using the example from the README to setup an async script in a workflow and got this error from the API: ``` Unhandled error: HttpError: No commit found...

### Platform - [ ] MacOS - [x] Linux - [ ] WSL2 ### Installed Via - [ ] Homebrew - [ ] Apt Package - [x] Manually ### PHP...

You should be able to build the project using the dev container definition on the following commit to see the issue: https://github.com/dslatkin/campkahagon.info/tree/be961aa7112c79a021e5efd637d0169fa9066570 Opening it in a GitHub Codespace should make...

bug
assigned

When using the [Rust dev container template](https://github.com/devcontainers/templates/tree/main/src/rust) which is customized almost entirely from [this image](https://github.com/devcontainers/images/tree/main/src/rust), a freshly `cargo init`ed project randomly will fail to build about half the time on...

I have an issue on Apple Silicon where building Rust projects will randomly fail in bind-mounted volumes when VirtioFS is enabled in Docker. I've found it pretty easy to reproduce....

**Description** Syntax highlighting is broken Svelte on [this docs page](https://xstate.js.org/docs/packages/xstate-svelte/). **Expected Result** See syntax highlighting. **Actual Result** Text is white all highlighted the same color. **Reproduction** https://xstate.js.org/docs/packages/xstate-svelte **Additional context** It...

Thank you for your work on this project! I'm wondering would it be possible to see a list of dev container that have been cloned into a Docker-managed volume, as...

enhancement

### Describe the problem In my app I have components that depend on images being processed by `@sveltejs/enhanced-img`. A common pattern for me is to import an image processed by...