૮༼⚆︿⚆༽つ

Results 63 comments of ૮༼⚆︿⚆༽つ

I want to mention about statecharts model which might be quite different from traditional state management. [Xstate](https://xstate.js.org/docs/) is one of many statecharts library which can act as state management and...

For small, new, or abandoned packages, I think it can be solved by assigning bounty on specific issues just too keep them alive 🤔. Of course, recurrent tip and one-time...

I also got segfault using ink from the [latest release page](https://github.com/inkle/inky/releases/latest). Seems like a linking problem since I need to install `gconf` first before getting the segfault: ```console $ ./Inky...

using the master branch: `INSTALL_AND_RUN.command` work just fine but got an error when running AppImage produced by `BUILD_FOR_LINUX.sh` ```console $ ./ReleaseUpload/Inky.AppImage /tmp/.mount_Inky.AMAyzn0/AppRun: line 5: /tmp/.mount_Inky.AMAyzn0/opt/inky/Inky: No such file or directory...

Could you tell me: * the web browser you use along with its version number * the exact Vue version * the exact version number of the dependencies being installed...

You might want to use [interactjs](https://interactjs.io) directly. In that demo, it has multi-touch support. Also, some touchscreens might be pretty sensitive (or prone to lagging) so you might want to...

I think you need to explicitly install svg.js since I make them as a peer dependency https://github.com/DrSensor/vue-annotator/blob/ec8edc4a9d485628adab6421a039caa404daf062/package.json#L52-L54

Does it have the same behavior with other shapes like circles or ellipse? Also, > what’s wrong with my local cloned copy? Do you mean you clone this repo and...

🤔...Try to use the exact version in `dependencies` by removing `^` then hit npm install. Also, try to install the exact version of svgjs if that doesn't work.

Install the exact version not only in the `peerDependencies`, but also all of the `dependencies`. Probably bug in one of svgjs plugins 🤔