Christian Giordano

Results 41 issues of Christian Giordano

I'm trying to migrate a project from `react-sortable-hoc`. What's the equivalent of `shouldCancelStart`? How can I prevent the drag to start on runtime? Thanks! 🙏

Fixes https://github.com/microsoft/fluentui-emoji/issues/108

Check the thumb. File: `/assets/Thumbs up/Default/Color/thumbs_up_color_default.svg`

Is there a way to include some code on multiple fragments so that some logic stays in one place? I believe sometimes I've seen using `#include` for example, perhaps to...

Works in all the other platforms and cases. I use: ```javascript download( blob, 'video.mp4', 'video/mp4' ); ``` Any idea if this is solvable and how? Thanks!

Looks like with document.querySelector the first icon matching the various options gets returned. This doesn't guarantee that it is the one at the highest resolutions. For my web app, because...

I tried to export a relatively complex logo animation I did and while it's impressive the quality of the output there are still some annoying artifacts that prevent me from...

bug

Looks like they keep being added in defs: http://nuthinking.com/temp/snapsvg-animator/big-w-01-svg.html I would assume at least after the animation loops, they could be cleaned up.

bug

Is there a way to hide some scripts from the `NPM SCRIPTS` panel? I have some scripts that are run through `npm-run-all` as part of a sequence and I would...

Based on some tests, the recording only uses 1 CPU core. Is there a way to use more cores? Maybe #39 is the solution? To split at least the work...