Erlend Åmdal
Erlend Åmdal
The checkMappings command currently only checks the mappings for package access violations. Here is a list of things I believe we should be able to detect and report to ensure...
Right now there is no information that explains which source has declared a nested jar in fabric.mod.json that fails to load. Related log for a NoSuchFileException: https://paste.ee/p/ikmMf
It seems `javax.servlet` is an optional dependency of the Vonage Java SDK by design (https://github.com/Vonage/vonage-java-sdk/commit/a39be5f998741862c1aa7d29661f0f6aebf3fda1). I can not find any documentation mentioning that it is an optional dependency, nor when...
#669 added null to the return type according to the documentation in the typedefs, but the documentation in the typedefs is wrong about `JSZip.folder` returning null. `JSZip.folder` does not return...
[ReactDOM has the `identifierPrefix` option for `createRoot`/`hydrateRoot`](https://reactjs.org/docs/react-dom-client.html#createroot) which should be used when multiple roots are used on the same page to support the new `useId` hook. Having multiple roots happens...
First of all, I want to point out this library has been valuable material for my master thesis, so many thanks for making it available under a permissive license. I...
### Issue Summary Environment variables defined in `.env` can normally be overridden by other conventional Next.js `.env` files such as `.env.local`, but they cannot be overridden when building with Serverless...