JarkkoLietolahti

Results 10 issues of JarkkoLietolahti

application.json NPM packages needs to strip extra spaces otherwise meteor-kitchen keeps trying to install the package everytime because it thinks it's not yet installed. E.g. ``` "packages": { "npm": [...

lib/lib/joins.js which is generated when using join collection in collection field does not import the required collection thus causes server to crash. ``` W20160406-20:16:25.713(0)? (STDERR) ReferenceError: Todos is not defined...

So one can work with nested objects like ``` { name: "Name", left: { name:"HTTP INPUT", code:"return 1+1;" } } ``` manually editing application json and setting collection field type...

Add "import"-array to application level so that code in server startup section can work. E.g. doesn't compile because of Apimoons is undefined. ``` javascript import {Users} from "meteor-user-roles"; Meteor.startup(function() {...

Just noticed that if you give your application the same name as one of your collections meteor will crash. ``` Your app is crashing. Here's the latest log: => Meteor...

Hi, I'll open this issue to talk about localisation support for MK. As a experiment I've added l18n support to example-invoice using tap:i18n and it works very well ;) Maybe,...

api.use mongo required by Meteor 1.2

First pull request for discussion. Still contains debug logs and some formatting issues. 1) Add support to have joins the same collection where the field is. This is usefull so...

# Always use https: instead of git: as git: is blocked in many firewalls RUN git config --global url.https://.insteadOf git://

If there're non React objects in the rows (like instance of Date) the JsonTable fill fail to work. E.g. See https://github.com/facebook/react/issues/5139 meteor.js?hash=ec96c6f…:913 Invariant Violation: Objects are not valid as a...