Angelo Annunziata

Results 8 issues of Angelo Annunziata

## Current Behavior `nx serve` command, load `.env` file in `apps/` two times: - Nx loading...: [see order priority](https://nx.dev/l/r/guides/environment-variables#loading-environment-variables) - Next.js loading...: [see order priority](https://github.com/bkeepers/dotenv#what-other-env-files-can-i-use) That cause `.env` file to...

type: enhancement
scope: nextjs

Dear Shopify Team, from your last announcement > This low maintenance period is time-boxed to 6 months from March 2019. We will re-visit and re-evaluate the project priority and plans...

I would like to change the generated file extension from .har to .json to load the file with webpack 5 from JS file

### Version 0.1.10 ### Platform Darwin macangeloannunziata.local 21.6.0 Darwin Kernel Version 21.6.0: Wed Aug 10 14:25:27 PDT 2022; root:xnu-8020.141.5~2/RELEASE_X86_64 x86_64 ### What steps will reproduce the bug? # MY CURRENT...

bug
segfault
npm

### Describe the bug I added in storybook configuration the custom logic for loading stories like described on the official documentation https://storybook.js.org/docs/react/configure/overview#with-a-custom-implementation But it doesn't support the async logic: `stories:...

bug

I would like to see unused modules so that I can easily remove dead code from the codebase. Note: Since the module can be used in NOT production code like...

enhancement
core

### Description When I click on `Solutions` tab only different solutions are shown. ### Explanation As a student I would like to have a list of solutions implemented in different...

enhancement

If `corsOrigin` is not specified in nextConfig it become `false` and in the following code ``` crossOrigin: nextConfig.crossOrigin || '', ``` It fallback to empty string `''` , but this...

type: next