Leonardo Venturini
Leonardo Venturini
I implemented a fix, now non-plain objects will be transformed into strings like so: I will release it until the end of this week.
The fix has been released.
Thank you so much @salmanhasni I will merge and test it
This test is still failing, any ideas what is the unrelated issue that needs fixing? @denihs @zodern
I am taking a look at the fix [here](https://github.com/meteor/reify/pull/6) and checking if I can expand on that to cover a wider range of cases.
This was fixed here, forgot to link the issue I think https://github.com/meteor/reify/pull/8
@harryadel, could it be perhaps related to the Node.js version? I think if you create a project in for Meteor 3 from a Meteor 2 default install, you would need...
By the way, I am very close to getting the node/binary command to download the bundle, already found a way to validate it locally, now need to understand how downloading...
Hey @vbgm we have a task programmed to look into this for the v2.17 release which will occur sometime in August.
In the past all I have done was run these methods listed here, one after the other in a migration not the shell: https://github.com/Meteor-Community-Packages/meteor-roles#roles-migration ``` Roles._forwardMigrate2() Roles._forwardMigrate3() ``` They should...