Michael Cole

Results 43 comments of Michael Cole

@justinweinberg I'm also using compose.io and also investigating why notifications aren't being sent ...

Hey @justinweinberg notifications are mission critical, so I decided to roll my own meteor package from https://github.com/phonegap/phonegap-plugin-push

"user only needs to comment some javascript lines and the routing would work without any restrictions." - yes, that is all browser code. Security only exists in methods and publications.

This happened to me about 10 mins ago while installing the PWA template. I had to turn off `local-npm` (an npm caching program). Sometimes local-npm can't find packages. It could...

Hey @nwaughachukwuma `local-npm` is a project I use when travelling so nvm is cached locally and I'm not using mobile data. https://www.npmjs.com/package/local-npm If you haven't installed it, then that's probably...

The ServiceWorker API is built on Promises. I don't think a Promise polyfill is needed: https://caniuse.com/#feat=promises https://caniuse.com/#feat=serviceworkers I don't think for Fetch either: https://caniuse.com/#feat=fetch

Looks like the code is here? https://github.com/feathersjs/feathers/blob/buzzard/packages/authentication-local/lib/verifier.js#L85 I get the same behavior w/o Sentry as an error handler... This catch() is a workaround to put the Docker Container into a...

I also encountered this for `serve:test:coverage` and `serve:test:lighthouse`. I'm not exactly clear where these commands fit into my workflow yet. Seems like the workaround is to run the `quasar serve...

Have you tried connecting with to socket.io server? I haven't heard of flask_socketio, but it may not work as advertised.

@talal0047 That's not what I asked. Did you get Ue4 to connect to a node Socket.io server? You may need help from the flask_socketio project instead.