Petar Korponaić

Results 329 comments of Petar Korponaić

@kaustavha OK, cool. But, I'm just curious - what are you doing/trying to do with this script?

Hi @kaustavha Thanks for detailed review. I am using simple shell script to build all examples. Always testing before deploying new version, so I'm surprised that some of examples doesn't...

One more thing: there is no `-jc` option (it doesn't work), you need to use `-j -c` to produce jade + coffee. And yet another possible issue is that I...

Looks like you passed html as input file (not json nor yaml) ? Please give me instructions how to reproduce this. If you are using web service (web based yaml...

Or, if your yaml file contains somewhere that

@1jerry 1. "example-invoices" input file contains code specific to Blaze (double braces). That will be changed/removed. 2. backslashes in "import" statement in joins.js file: fixed in v0.9.85 and will be...

Backslashes in "import" statements under Windows: fixed and deployed. Meteor Kitchen version 0.9.85.

@yilunyu this is how meteor works. Collection object is created both at the client and at the server. Client caches data from the server (minimongo) and client part of your...

One more thing: entire process is transparent to developer. You job is to publish data at the server and subscribe at the client. All db updates are synchronised under the...

Ah, yes "this" is global object and can be omited. Reason why I put "this" is because js2coffee converter which converts this into @ symbol - that way code can...