Matt Krick

Results 210 comments of Matt Krick

As written, this is pretty difficult! Our new WYSIWYG editor, TipTap, is almost at feature parity with DraftJS, which is what reflections use today. If we build to spec, I'd...

@ackernaut what are your thoughts? I have a reservation on this design. As we run retros internally, we read all the items first & then we begin dragging. if i'm...

@avivapinchas tooltip definitions added, feel free to edit inline

Clarifying questions: - how might we measure the success of these animations? - how might we avoid distracting the viewer with an animation while they are processing the reflections?

somehow moving sharp out of node modules means we have to install libvips on its own: ```sh apt-get update && apt-get install -y libvips-dev --no-install-recommends ```

@nickoferrall not yet.... still running out of memory on circleci, hopefully will fix today

circleci only gives us 8GiB. The error I'm getting is from a worker thread, which means it's not running on a single thread, which explains the memory explosion. Going to...

@nickoferrall ready for review! (don't worry about the 45 commits :sweat_smile: )

hmmm, you'll need the libvips-dev package, i'm not sure that's available on homebrew. sharp isn't build to support this usecase & i'm without a macbook so I can't help much...