George Raptis
George Raptis
angular-PubSub is no longer maintained. Only critical issues reported will be fixed from now on. Please consider using [PubSub](https://github.com/georapbox/PubSub) package. It's actively maintained and has more features. Also check the...
angular-PubSub is a port for Angular of the [PubSub](https://github.com/georapbox/PubSub) package. As you might have seen in the README the package is not actively maintained. Only critical issues/bugs will be fixed...
At this time there is no option to import from another machine. A way of doing something like this is by using the "Export to file" functionality that is already...
Next to the "New Note" button there gonna be 2 more buttons. "Export Notes" and "Import Notes". When user clicks on the "Export Notes" button any saved notes will be...
v1.1.0 now supports exporting all saved notes to a JSON file and then using the contents of the file you can import notes to a new machine.
By the time you call `fsm.play()` the promise inside the `onEnterMenu` method is not yet resolved. Thus, there is already a pending transition and an exception is thrown as explained...
Not yet, but it's definitely on my TODOs.
Hello and thanks for the kind words. Moving text by dragging is a feature I have started experimenting with. It's not the easiest thing though, as the whole thing is...
Hi there, I think the issue is the fact that the library is using `requestAnimationFrame` under the hood and when the tab is not active, the browser throttles to optimise...
I guess that if you have multiple instances, running for long time it can degrade the page's performance. Also, the device's capabilities play important role on that. In general, many...