arggh
arggh
My VS Code output console is filled with these: ``` TypeError: must pass in a file:// URI to convert to a file path at Object.fileUriToPath (/Users/arggh/.vscode/extensions/ardenivanov.svelte-intellisense-0.7.1/server/out/utils.js:25:15) at /Users/arggh/.vscode/extensions/ardenivanov.svelte-intellisense-0.7.1/server/out/server.js:63:70 at CallbackList.invoke...
I'm using `vite-imagetools` version `4.0.3` with SvelteKit. This code... ``` const { default: srcset } = await import(`./${slug}/cover.jpg?width=1344;672;336&srcset`); ``` ...works as expected in _dev_ mode, but _build_ fails with error:...
I just run ImportJS on a huge codebase and the results are mostly good, but this one seemed peculiar enough for me to report it: I'm not too familiar with...
We're trying to migrate to the latest Meteor (or 2.6.1 to be specific) and latest MongoDB (5.0.6). For reasons unknown, apparently Meteor's oplog queries get flagged as "slow queries", and...
I was trying out [pnpm](https://pnpm.js.org/), but couldn't get it to work out of the box with Meteor. It's perhaps a compatibility issue in the way pnpm organizes packages in `node_modules`...
Our logs show some errors from the Oplog converter. We also had some other, adjacent errors that could be explained by a client having received bad/old/stale data from a subscription,...
Our production logs get a good daily dose of logs such as this: ``` Error: ENOENT: no such file or directory, open '/built_app/programs/web.browser/dynamic/node_modules/meteor/svelte_sortable/node_modules/sortablejs/Sortable.js' at Object.openSync (fs.js:497:3) at readFileSync (fs.js:393:35) at...
### Describe the bug When... 1. There is an array of _objects_ iterated with a keyed `{#each}` block 2. ...and the `{#each}` loop contains a component with an `` element...
[](https://issuehunt.io/r/sindresorhus/gifski-app/issues/136) I think previewing the gif in the same screen where I tweak the conversion settings is a superior user experience compared to going back and forth between the settings-view...
When `--network=host` is set as an argument for Docker, the given `env.PORT` is not respected - instead, Meteor always listens on port 3000. The reason for using `--network=host` can be,...