Simon Schick

Results 176 comments of Simon Schick

Thanks for the response. To me, personally, this is an improvement Meteor should bring. It might also be already suficcient to transfer as little data as possible to the client...

Updated the branches `master` and `v2` to have npm commands for running tests. We only need to ensure that we have an environment where meteor is installed and we can...

@mitar Well, it is a backwards incompatible change - not in terms of the database structure but for the programmer using it. If I keep the version numbering strongly on...

Might also be a good time to take this package into TypeScript ... PRs are welcome. Please ping me if you're interested to get started with it.

If we want to stay at plain javascript, some library like [`tsd-jsdoc`](https://www.npmjs.com/package/tsd-jsdoc) might be valuable. We currently annotate all our code with comments compatible with `YUIDoc` - where we might...

I just need to run `yuidocjs` and I get the files generated. For me it's just a question of where should it be pushed. If we just have one version,...

Something I just found in a research: * https://www.npmjs.com/package/jsdoc-to-markdown - creates markdown for JSDocs * https://github.com/thlorenz/wicked - creates markdown for JSDocs and upload it to the GitHub wiki.

@mitar I would close this to avoid any 3rd party dependency. I'd take it rather as they've done it on the accounts-package by creating a new package which depends on...

I'd say this is a good candidate for the next major version 😎 #295

I'd really like to see this solved. It plays a significant role when I try to fix the problem of identifying which subscription publicated a document. See https://github.com/meteor/meteor-feature-requests/issues/183