Petar Korponaić

Results 329 comments of Petar Korponaić

@innocube check out this cool app: https://github.com/ljack/meteorkitchen-invoices-poc-pdf-i18n it's built with meteor kitchen, invoicing application with multi-language support and PDF (print) feature. More details here: http://www.jambau.biz/blog/invoicesprotoapp

Yes. Actually that's not a direct issue, but generator should warn about duplicate names. Maybe page name should be auto-prefixed with Page (`PageApimoons`)

@mats68 excuse me for late answer :( `editorCode` is not reactive. To change code dynamically, try using `reactiveVar` (see README.md)

@scheung38 You can simply do: ``` meteor-kitchen input_file_with_english_text.txt output_directory/ ``` (if input file have `.txt` extension then kitchen will automatically call human2machine to "translate" to json, and will then generate...

@scheung38 oops, I didn't add `underscore` into dependencies list, will fix that. But, you can do: ``` npm -g install underscore ``` :+1:

@tried2call sorry, package cannot do that automatically.

@denisdpc currently that doesn't work, function is trivial, it simply cinverts data to string. I'll add that feature in next versions (actually this is planned with adding i18n support)

Hi Lukas, yes, it is possible: please define field's "input_items" array. Static items will be shown at the top followed by items from the collection. On Sep 9, 2015 04:56,...

Hi Lukas, So you are using GUI... well, file is downloaded into system temp directory (usually "/tmp/" on Mac & Linux), but that directory is not a good place to...

@exside DataView is clickable if component of type "dataview" have "details_route" defined. Also, if you define "edit_route" you'l have "pencil" icon (edit) and if you define "insert_route" you'l have "insert"...