-
### What package manager are you using?
yarn 3.1
### What operating system are you using?
Mac
### Describe the Bug
I've been experimenting with Astro and Yarn 3 in PnP mode.
PnP mode is strictā¦
-
Hey I am trying to move from lsp-mode to eglot but I have some issues one of the projects I currently work on. As title says when starting eglot in project containing node_modules (~50k files), emacs ā¦
-
- [x] `start_url` should match (currently does not, as the front-end fetches from github pages instead of `/`
- [x] Icon images should resolve (currenlty uses relative paths which doesn't work)
- [xā¦
-
## Bug Report
### Capacitor Version
```
š Capacitor Doctor š
Latest Dependencies:
@capacitor/cli: 2.4.0
@capacitor/core: 2.4.0
@capacitor/android: 2.4.0
@capacitor/electrā¦
-
**Describe the bug**
Multipart Uploads using the S3 API fail at the completion step. I am using the JavaScript SDK V3 with Typescript. Parts are visible in the Filer UI as they are sent but as soon aā¦
-
### Quick checklist
- [x] I am using the **latest version of Snowpack** and all plugins.
### What package manager are you using?
npm
### What operating system are you using?
Windows
ā¦
-
**Original Discussion:** https://www.pika.dev/npm/snowpack/discuss/69
/cc @frbrz, @FredKSchott
We already rely on `require.resolve()` internally, which should mean that Yarn PnP "just works". But,ā¦
-
I want esbuild to demonstrate that it's possible for a normal web development workflow to have high-performance tools. I consider watch mode a part of my initial MVP feature set for esbuild since I beā¦
-
**Describe the bug**
`@lingui/core` doesn't provide a valid ESM package. Thus, it can't work with [Vite](https://github.com/vitejs/vite), which is an ESM based bundler.
`node_modules/@lingui/corā¦
-
**Describe the bug**
When `{css: true}` an HMR update results in duplicate CSS on the page.
**To Reproduce**
* Run https://github.com/pikapkg/create-snowpack-app
* `npx create-snowpack-app nā¦