Petar Korponaić

Results 329 comments of Petar Korponaić

@arnoschn Hello, Meteor Kitchen currently doesn't generate code that uses graphql, but this is absolutelly on our radar. Currently you cannot do it.

@xauxatz Try to change package used by meteor-kitchen by editing json file in templates directory: `~/.meteor-kitchen/templates/blaze/code/app_simple.json` and `app_accounts.json` (assuming `ongoworks:spiderable` is compatible)

@lyftsoftware thank you! Fixed and will be available in next version (0.9.58)

@catware I didn't play with postgresql in combination with meteor, so I cannot help a lot. Maybe you should write some id (not primary key) amd read inserted record searching...

@1jerry React + Semantic UI is not implemented in Meteor Kitchen (and most likelly will not be implemented). You can use Semantic UI only with Blaze.

Hi @1jerry if you want to contribute, goto directory where meteor-kitchen is installed, templates are in /templates/react/bootstrap3/ you can make /templates/react/semantic-ui directory and copy all from bootstrap3 dir, then refactor/change...

@jmblanc I'll modify kitchen's html parser to allow triple braces (I guess, currently it automatically replace with double braces)

This one is solved long time ago - triple braces are allowed, but not for "display_helper".

@koernigo we are preparing update and example using chart component is included into new version. Hopefully, version 0.9.100 will be deployed tomorrow (2 days later after promised wednesday). Stay tuned!

@koernigo `example-geiger` is now using "Chart" component (both Blaze and React apps). Please see example json input here: https://github.com/perak/kitchen-examples/blob/master/example-geiger/example-geiger.json#L64-L71 (or copy & paste entire json to kitchen GUI and see...