Adam Skoufis
Adam Skoufis
Package managers set a `npm_config_user_agent` envar. We can do a simple `includes` check to get the package manager from it, greatly simplifying our package manager detection.
### Description Fix incorrect selector in `::view-transition-group` docs ### Motivation The incorrect selector may cause confusion, so I fixed it.
Added `@ts-check` annotations to a few files where it either required no other changes or minimal type tweaks in other files.
It has been observed internally that PNPM will sometimes replace the artifact URL for a github dependency with an SSH URL. The only relevant PNPM issue I could find was...
Fixes #78. I'm not very familiar with BATS tests, so if it's worth adding some tests for this then I'll need a bit of assistance.
Currently, if I specify multiple cache levels, e.g.: ```yaml path: cache manifest: foo.txt save: - file - pipeline ``` The `pipeline` cache is not updated when the `file` cache is...
I've noticed that compression occurs regardless of whether the cache ends up being pushed to the backend: https://github.com/buildkite-plugins/cache-buildkite-plugin/blob/d0177d1afda90a6f0beff16f1a4e1ebf6d4391bc/hooks/post-command#L42-L59 It would be nice to avoid compression if the cache already exists...
### Describe the bug When `transform` is given a `baseUrl`, relative and base-relative import paths of hidden (dot-prefixed) directories become mangled. The examples in the reproduction that are incorrect are...
### Describe the solution you'd like? ```text Warp should ideally respect the `XDG_CONFIG_HOME` environment variable, as specified [here](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html). ``` ### Is your feature request related to a problem? Please describe....
Fixes #71. `isNamespaceImport` needs to be set on a per-node basis, otherwise the presence of one namespace import results in all subsequent nodes being treated as namespace imports, causing broken...