Eric

Results 19 comments of Eric

No problem. Strange, I am still not able to reproduce the error ``` [webpack-cli] Error: Cannot find module 'Phaser' ``` Changing `Phaser` to `phaser` does not have any effect for...

I have updated the webpack-boilerplate. @vinzenz-muser and @misaon: Can you try to fetch the newest version of the repository and then delete the `node_modules` folder and the `yarn.lock file` in...

@LoopControl What happens if you remove these lines in the `webpack.config.ts`? ```ts { test: require.resolve('Phaser'), loader: 'expose-loader', options: { exposes: { globalName: 'Phaser', override: true } } } ``` I...

@LoopControl Thanks for the quick reply! Yes, I will have to make a Pull Request to fix this in all examples. Will do and close this Issue then :-)

@vinzenz-muser Yes, @Frunit is right, I guess. We could also change it to lower case. But since the whole code lines are not needed, I believe it is a better...

https://github.com/digitsensitive/phaser3-typescript/commit/c7d303ad59127442655a56f0c428e4f3c039f621 Thanks. Hope it works now.

Hello @arswaw I recently updated the `webpack-boilerplate`. Would be nice to have the `parcel-boilerplate` updated too. If you still want to do a pull request, feel free to do so...

Hello @jiannanya Your approach does not cover, as mentioned by @eduardoheleno, all cases. It does not correctly handle lines with negative slopes, vertical lines, or lines with slopes greater than...

You might think using this: https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/writing-mathematical-expressions