jamauro

Results 55 comments of jamauro

Was anyone able to get browser push notifications working with this package?

Is support for browser notifications still in the works or is there another way to enable them?

I experienced the same as @fknipp. Thank you for your workaround. It got Cordova on iOS to work. :) @klaussner I recommend adding this to the Readme until there's a...

Would this enable using scss in a .svelte component? If so, how should it be configured? Thanks!

Please merge. I just ran into this issue as well.

There was an effort to remove underscore. See: https://github.com/meteor/meteor/pulls?q=is%3Apr+is%3Aopen+remove+underscore Sounds like those PRs should be merged

Take a look at lodash or you might be able to just use native JS https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore

@lc3t35 Try using `$match` first before `$lookup` to improve performance. Also I'm guessing it would help if you could narrow your observer on `Meteor.users` or eliminate it if possible.

Hey @fredmaiaarantes, appreciate you taking a look. Here's what I see Any ideas?