Petar Korponaić

Results 329 comments of Petar Korponaić

@koernigo what is your `meteor-kitchen —version` ?

@koernigo ah, ok, it is implemented in latest version 0.9.103 (not deployed yet), and unfortunatelly this version will not be deployed before monday next week.

It was available in Blaze but not in React.

@koernigo sorry, I promised TreeView but it is not included in 0.9.103. That’s because its functionality is the same as Blaze version, and that one is catastrophicaly bad :) So...

@maitrid you need to define join in single place visible both to client and to server. For example in /lib/ directory. It works with meteor 1.4 and reaact (I am...

Ah yes... you need to reference collection variable, not collection name string in the join (that doesn't work with 1.4), so: (pseudo code) ``` import Users from "meteor-user-roles" (if are...

One more thing: be careful with this: you need to pass one more argument: array of fields which will be fetched from users collection. If you not specify list of...

@paulbalomiri thank you. I just applied your fix and it will be available in next version (0.9.58). There is no public repo for this, but plan is to open kitchen-cli...

@paulbalomiri `/react/code/object_utils.js` is currently changed in latest (not published yet) version and is rewritten to ES6. Next version (0.9.58) of meteor kitchen will be capable of generating both "blaze" and...

Hum... "decoffeinate"... I'm decoffeinated too - now I need a coffee! :D