Kai Dorschner

Results 60 comments of Kai Dorschner

Create a full width container surrounding your `#animate1` and apply the `.setPin()` to that one. Explanation: In `position: fixed` (which is applied when pinning) there won't be a valid `margin:...

No, but do you have a specific issue?

Cool would be awesome if you'd do that!

Cool! For later and production use it would be great to have an NPM package versioned in semver and some unit tests. I'll try it out and give you feedback.

This issue keeps me from migrating to v2, too. I wonder how other developers handle this workspaces issue - also considering monorepos are now en vogue. We can't possibly be...

You guys should have a look at #6039 regarding the yarn.lock / package-lock.json files. This probably solves the issue for you too.

Afaik parcel can't look outside its start context so if you want to watch all workspaces in a workspace root you'll need to start parcel in that root. Did you...

As long as the node_modules is inside the parcel start context it works. Again parcel picks its start context by probing all folders for .lock files starting with the most-inner...

So its linked by `npm link` and not by workspace logic? I couldn't repeat myself more but: > wherever a lock file is found it will not recognize changes beyond...

Ah cool! Didn't know that. How about symlinks then?