Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
112 contributions in the last year
Contribution activity
June 2020
louisameline has no activity
yet for this period.
May 2020
Created an issue in vue-sync/rfcs that received 4 comments
Pattern for not passing `continue` callbacks
Currently: function storeUpdateFn (_doc) { ... } if (isFunction(syncHookFn)) { syncHookFn(storeUpdateFn, doc, id, store) } else { storeUpdateFn(doc) }
4
comments