Pasi Hirvonen
Pasi Hirvonen
Hi, the README currently says: "pass needs to be configured for docker-credential-pass to work properly. It must be initialized with a gpg2 key ID. Make sure your GPG key exists...
Initial implementation of grouped actions. Usage: ``` Vue.use(VuexUndoRedo, { groupActions: ['someAction'] }); ``` If 'someAction' is commited 15 times in a row and undo() is called, all 15 actions will...
Hi, I'm working on converting something I wrote with React/Redux to a Vue app. It's a fairly simple editor-type tool which needs undo/redo functionality. The two things this plugin (I...