Gabriel Grubba
Gabriel Grubba
Hey @Paari1263 the js doc is on the function ``Accounts.registerLoginHandler`` like this: ```javascript /** * * The main entry point for auth packages to hook in to login. * *...
This is mostly a missing docs issue + better explanation of why you need ecmascript package. As it enables the latest features of your client app, It does not comment...
In this [PR](https://github.com/meteor/meteor/pull/12912/files), things changed. Before, `_.where` was implemented using either `_.filter`(returning every item) or with `_.find`(returning only one, the first that matches) What you can do is override it...
Yeah, that does not sound correct. Thanks a lot for reporting.
I know that Meteor.promisify is only available in Meteor v3 versions. Its docs are [here](https://v3-docs.meteor.com/api/meteor.html#Meteor-promisify) btw
Is this your .babelrc file? Can this be solved with `loglevel: "silent"` config?
If you can fill up a PR for this! We are still on release candidate. I plan on making a new release next week
Noted! will add this to my backlog so this is implemented in Atmosphere
I think there is one. Could you link to this issue? @StorytellerCZ
Hello! I'm taking on this. from my first diagnosis check, I think I've found where the issue is. Based on your trace: ```text at Object.exports.updatePackageMetadata (/tools/packaging/package-client.js:539: 3) at /tools/cli/commands-packages.js:208:9 at...