Mirko Nasato

Results 5 issues of Mirko Nasato

### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information ``` Operating System: Platform: darwin Arch: arm64 Version:...

template: bug

**Description:** Node v18.12.1 is the current LTS version. Running `ionic serve` in an Ionic React project created by the Ionic CLI keeps logging ``` [INFO] Waiting for connectivity with react-scripts......

triage

After upgrading webpack to 2.2.0 and @ngtools/webpack to 1.2.4, `npm run build:prod` shows this weird error ``` ERROR in Could not resolve "./src/app/app.module" from "./src/app/app.module". ``` However the build seems...

Webpack can do [Hot Module Replacement](https://webpack.github.io/docs/hot-module-replacement.html), but to work with Angular it probably needs something extra; see e.g. the [angular2-hmr module](https://www.npmjs.com/package/angular2-hmr). The big advantage should be that if you're editing...

enhancement

### What does it do? Treat `::` like `0.0.0.0` and `::1` like `127.0.0.1` when showing the local Strapi URL. ### Why is it needed? By default Strapi listens on `0.0.0.0`...

source: core:strapi
pr: enhancement
community