Jerome Louis
Jerome Louis
**Is your feature request related to a problem? Please describe.** As the available data scalars implementations serialize dates to Date objects, when using Apollo we end up with a [difference...
### 💻 - [ ] Would you like to work on a fix? ### How are you using Babel? @babel/eslint-parser ### Input code ```sh tsc -p tsconfig.json ``` ### Configuration...
Hello! I'm trying to use the plugin on our app, and everything seems to be working, except for our exclusion of dynamic imported locale files. For that, we were using...
After the migration of some files to typescript, it seems like the generated ESM files are not ES5 anymore. Our app bundle now contains the `class` keyword.
# 🐞 bug report ### Affected Package `@airbrake/browser` ### Is this a regression? Yes, I don't remember seeing these warnings in `1.0.6`. ### Description Multiple warnings are appearing when compiling...
### Issue workflow progress _Progress of the issue based on the [Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_ - [ ] 1. The issue provides a reproduction available on GitHub, Stackblitz or CodeSandbox > Please...
**Is your feature request related to a problem? Please describe** Type checking currently fails with Typescript [4.8.2](https://devblogs.microsoft.com/typescript/announcing-typescript-4-8/) **Describe the solution you'd like** Update the types so that the library can...
Not sure if this should be a `@emotion` issue, but a patch should probably not break a build like this, so I'm posting the issue here for now 😅 Bumping...
**Is your feature request related to a problem? Please describe.** Currently, if `insecure:false` in the options, a recent browser won't show the "insecure" message on an insecure version. But, if...
I tried bumping `@types/express-serve-static-core` to the latest version but the [changes to the return type of handlers](https://github.com/DefinitelyTyped/DefinitelyTyped/commit/7a41e02d90d3c0cc02104272a28ac4d89b5d64d4#diff-5962769e8693df44c9e1083881fb1da149a67262026db939b7430536d514e7af) (to `void`) introduced a typing error for async handlers. Should we instead go...