Nacho Codoñer

Results 22 comments of Nacho Codoñer

Ei there! For the moment, this code snippet on `App.appendToConfig` has made the issue with exported to go away from our end. ``` ``` However, we encounter now another problem...

To summarize how to solve the problem: Added this in ` mobile-config.js` within `App.appendToConfig`. (https://github.com/meteor/meteor/pull/12127 would avoid this step) ``` ``` Finally, I solved the problem araised and explained above...

Yes, observeAsync and observeChangesAsync were introduced in Meteor 3.x. In Meteor 2.x, it's not merged yet but is slated for release 2.16, expected this week. [Here's the pull request.](https://github.com/meteor/meteor/pull/13066) Your...

So basically this issue is about get an app in Meteor 2.14 and try to build the native IOS project and run it. It will throw error. I will try...

I like it, I think this is nice to have. 🚀

@jankapunkt: I already tested when adding this new option, I just added here a proof on running this locally again. ![image](https://github.com/meteor/meteor/assets/2581993/6192103b-7d2c-4f89-a429-10b941ebee47) I don't think there is anything more we can...

[release-3.0](https://github.com/meteor/meteor/pull/12359) currently fails, but the reason is different than the one you report here and I can see on this PR detail. The issue here is around docs setup which...

> I'm not very familiar with this part of the build process. I think what Meteor should do is sometime after the import scanner it should go through all of...

This is definitely something interesting to incorporate in Meteor 3.0. Symbolic link resolution during project builds would be a nice gain. > One thing that's currently missing but would be...