meteor-rxjs icon indicating copy to clipboard operation
meteor-rxjs copied to clipboard

Exposing Mongo Cursor as RxJS Observable

Results 63 meteor-rxjs issues
Sort by recently updated
recently updated
newest added

I have some projects in which I use meteor-rxjs. Last update I did I remember I had to stick to angular 7, because of imcompatibility of meteor-rxjs with rxjs version...

Attempting to update to zone.js >= v0.11.0 produces the following errors: ``` node_modules/meteor-rxjs/dist/zone.d.ts:1:23 - error TS2688: Cannot find type definition file for 'zone.js'. 1 /// node_modules/meteor-rxjs/dist/zone.d.ts:3:47 - error TS2304: Cannot...

In the case where `ObservableCollection#insert` fails synchronously (e.g. when attempting to insert into a collection that has a [simpl-schema](https://github.com/Meteor-Community-Packages/meteor-collection2)), the following code should catch the error: ```typescript collection.insert({}).pipe(catchError(error => {...

Fixes #246 Use [lodash](https://www.npmjs.com/package/lodash), which is already an indirect dependency.

Running the master branch of `meteor-rxjs` in a Meteor 1.9.3 project (that doesn't explicitly use the `underscore` package) results in the following server-side stack trace: ``` W20191107-17:14:36.031(1)? (STDERR) ReferenceError: _...

There is only one `_this._data` array per `ObservableCursor`, that gets passed around by reference to all `_observers` every time `_handleChange` runs. As a result, downstream consumers that try to filter...

This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | conventional-changelog | devDependencies | major | [`1.1.0` -> `3.0.6`](https://diff.intrinsic.com/conventional-changelog/1.1.0/3.0.6) | [source](https://togithub.com/conventional-changelog/conventional-changelog)...

This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | typescript | devDependencies | major | [`2.7.2` -> `3.4.3`](https://diff.intrinsic.com/typescript/2.7.2/3.4.3) | [homepage](https://www.typescriptlang.org/),...

This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | conventional-changelog-cli | devDependencies | major | [`1.2.0` -> `2.0.12`](https://diff.intrinsic.com/conventional-changelog-cli/1.2.0/2.0.12) | [source](https://togithub.com/conventional-changelog/conventional-changelog)...