albertf

Results 5 issues of albertf

Hello, thanks for the project. It is really nice structure and the middlewares are a really nice feature. I was wondering if there is any way to continue consuming the...

Hello, Im trying to run the electron-quick-start app using Electron 10.3.0 and Spectron 12.0.0 under node v12.18.3 Im getting the following error: ``` Application launch 1) "before each" hook for...

Hello there, First at all, thank you guys for making this library. We are considering using this library in production but Im wondering if it is ready for production. I...

triage

Extends addEventListener to provide support for handleEvent objects passed to it. https://developer.mozilla.org/en-US/docs/Web/API/EventListener ps: Please provide details on how to structure/describe tests if this is not good.

Example contains an error. *paginate* property in data is pointing to wrong variable. ``` new Vue({ el: '#app', data: { langs: ['JavaScript', 'PHP', 'HTML', 'CSS', 'Ruby', 'Python', 'Erlang'], paginate: ['languages']...