Richard Simko
Richard Simko
I have a workflow that's deploying some manifests which don't contain any images and yet the workflow is still triggering a `docker pull` which fails with the following error: ```...
### Search Terms sourcemap, source map, 20 ### Expected Behavior Source maps map the correct line even if the file has a newline (Which gets removed by tsc) ### Actual...
Repro repo: https://github.com/richardsimko/rollbar-got-issue Using `autoInstrument` does not work at all with the very popular http request library `got`. When running the referenced repo with `ROLLBAR_ACCESS_TOKEN= node test.js` it produces the...
Using a super basic transition component this rule fails. Eslint file: ```json5 { "root": true, "extends": [ "eslint:recommended", "plugin:vue/vue3-essential", "plugin:vue-pug/vue3-recommended", "@vue/eslint-config-typescript/recommended", "@vue/eslint-config-prettier" ], "env": { "jquery": true, "browser": true },...
### Related plugins - [X] [plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue) - [ ] [plugin-vue-jsx](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue-jsx) ### Describe the bug When initially loading a page that contains Vue Single File Components which reference an external template...
### Is there an existing issue for this? - [X] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues - [X] I have reviewed the documentation https://docs.sentry.io/ - [X] I am using...
The instructions in this repo seem to contradict the main mongoose docs. According to the main docs (https://mongoosejs.com/docs/typescript/virtuals.html#set-virtuals-type-manually) virtuals should be defined after creating the schema: ```ts interface UserDoc {...
I have irc bot configured which works on 3.12 but if I upgrade to 3.13 the server refuses to start and prints the following: ``` 2025-02-14 11:41:49 ERROR irc ImportError:...
### Describe the bug Due to weird behavior in TypeScript (Mainly https://github.com/microsoft/TypeScript/issues/37053) the use of `/// ` will leak to any consumers of a type definition file. This means that...
On a fresh install of pm2 and macos I did the following: 1. Configure pm2 for startup 2. Dumpfile is empty 3. `pm2 start --name test "yes"` 4. Script with...