Jan Peer Stöcklmair

Results 27 issues of Jan Peer Stöcklmair

Right now I want to get `PossibleEvent` to pass it back to another function. Right now I am doing it with `Parameters[0]` which I personally think should not be done....

I did not include `automock: false` as this is `false` by default. (ref: #181)

It would be nice to have an autoimport in the jest config file like `jest-localstorage-mock` got it [here](https://github.com/clarkbw/jest-localstorage-mock#setup-file). Current config: ```js { setupFiles: ['./anySetup.js'] } ``` Expected config: ```js {...

https://github.com/JPeer264/node-rename-css-selectors/issues/20#issuecomment-612063689

Add the possibility to generate source maps.

enhancement

To use it during development and find bugs before production it would be nice to have a `isDev` option. Basically it rename everything but instead of minifying it will prefix...

enhancement

@jesstelford I mentioned you here, because I cannot create an issue in your fork. I saw in https://github.com/jesstelford/react-portal-universal/blob/43e9ba1e8e2ad84d55de6a43562d869c63fabafe/src/server.tsx#L26, that there is only support for `renderToStaticMarkup`. This works totally fine with...

### Prerequisites - [X] I have searched the existing issues - [X] I understand that providing a [SSCCE](http://sscce.org/) example is tremendously useful to the maintainers. - [X] I have read...

bug
possibly close
any-one-all-of

(closes #18449) (closes [JS-1281](https://linear.app/getsentry/issue/JS-1281/appending-hostname-to-fetch-error-messages-breaks-is-network-error-and)) ## Problem As of now, the user has no chance to disallow the manipulation of fetch errors, as we overwrite the error. This can cause problems...

(closes #18438) (closes [JS-1273](https://linear.app/getsentry/issue/JS-1273/bump-typesexpress-to-v5-for-sentrygoogle-cloud-serverless)) This moves the express types as optional peerDependencies. Since we are only relying on `Request` and `Response` and nothing more, this should be a save update....