Radosław Miernik

Results 151 comments of Radosław Miernik

I've prepared a basic typing, enough for my needs. If anyone would test and/or finish it, I'd polish it and make a PR for flow-typed. ```js declare class Baobab extends...

@denihs, @Grubba27 I've made a small change in the PR and tested it again on a single node replica set - everything works fine. Then I tested it on a...

What exactly happens when this "disagree error" occurs? Is it the same as throwing an error in the publication? Or does it hang the server, i.e., the user cannot continue?...

@Grubba27 The first couple of MongoDB errors (error code 48) are rather _normal_, as they suggest that there's some other MongoDB instance and/or port is taken (weird, but OK). But...

I looked into it, and it has nothing to do with the `ObjectId`. The problem is still there even if you make it as simple as `Links.update(id, {$set: {params: {d:...

@wolasss It's all good. I already have the fix ready, and the `ObjectId` is correctly preserved (it's not casted to a plain object).

@Grubba27 I've rebased this PR as well, but Travis tests are still failing with tons of `undefined`s. What do you think, can we merge it?

With all of the globals removed, we could simplify the [`@types/meteor`](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/meteor) as well. Right now most of them have to be duplicated to cover the global and non-global versions, and...

@igal1c0de4n I've checked it now, and #12107 does **not** solve the issue, but #12116 does. Surprisingly enough, the current implementation (i.e., the one that is available in the 2.8-beta.0 version)...