bradbarrow
bradbarrow
Thanks both for the feedback. I'll update this PR shortly. I've since updated our fork to support `BUILDPIPE_SCOPE: project` on a trigger step, so that it can be made conditional....
Hi friends, I trust there's no way to be more granular about this dependency on a per **step** basis? e.g. In this example, `app` depends on some `packages` ``` root/...
I've just encountered this today adding docz to an existing project. Identical trace to the above. Ends with: ``` ERROR #98123 WEBPACK Generating SSR bundle failed [BABEL] /Users/bradbarrow/src/shop/app/.docz/.cache/develop-static-entry.js: t.isPlaceholder is...
:+1: What the latest on this? Encountering the same thing with webpack/karma/webpack-rewire
I'm experiencing this too. It's reproducible on the demo page, with Demo 3, the scrolling one. If you open the demo on an iOS device, then swipe/scroll with your finger...
https://patrickmuff.ch/blog/2014/10/01/how-we-fixed-the-webkit-overflow-scrolling-touch-bug-on-ios/ this fixes it, but forces your modal to have a scroll bar even when it's content isn't long enough to warrant one.
Confirming I've come up against this too. These [lines are a short-circuit](https://github.com/quilljs/quill/blob/0f20a58acece17853cfec8c177543108733e722c/modules/clipboard.js#L88-L90) of the matcher functionality for text that doesn't include HTML: The [following line](https://github.com/quilljs/quill/blob/0f20a58acece17853cfec8c177543108733e722c/modules/clipboard.js#L91) calls `convertHTML` which in turn...