Daniel Ruf

Results 910 comments of Daniel Ruf

It works for me: ```shell ➜ flowy-test npm i flowy-engine npm notice created a lockfile as package-lock.json. You should commit this file. npm WARN [email protected] No description npm WARN [email protected]...

Yes, it is linked at https://www.npmjs.com/package/flowy-engine

Could we need some CI setup?

I recommend archiving this project. Other solutions have better support and it is irritating when there are multiple polyfills (come on devs, GitHub is actually for collaboration ;-) ) and...

What is the preferred solution? Remove the `target` attribute or set the `rel` attribute to mitigate tab nabbing attacks?

If I find the time I can provide the needed patches / changes. Currently I am rewriting so much to get it like my current Gatsby based blog on https://blog.daniel-ruf.de...

I'm also confused that there is so much code in the css file but no elements for most of the code.

If someone has the same issue with npm, there is a plugin for npm 6: https://www.npmjs.com/package/npm-force-resolutions Starting with npm 7 there is `pkg.overrides` available as new feature out of the...

@bdrazen see the other comments and hints regarding `overrides` (npm) / `resolutions` (yarn) https://github.com/facebook/create-react-app/issues/11773#issuecomment-1084713045 This ensures that the whole dependency tree uses the correct version.

Also interesting, where is the v3.0.0 release here on GitHub? https://github.com/facebook/fbjs/issues/445