-
Updated
May 23, 2020 - TypeScript
rxjs
Here are 2,087 public repositories matching this topic...
-
Updated
Apr 1, 2020 - TypeScript
This is to fix: Nozbe/WatermelonDB#186
Right now, deleting records is not very efficient in WatermelonDB.
Say you have models like this: Blog has_many Post has_many Comment. If you want to delete a blog post, you also have to delete all its posts, and all their comments. This happens one-by-one currently. What we need is the ability to efficiently (and atomically if
Motivation
Hello everyone, I'm opening this issue because I'd like to improve the documentation on this feature that I found actually amazing for testing my firestore-triggered (and http-triggered) cloud functions locally, adding breakpoints.
I want to share it because I was struggling for many days in order to debug my cloud functions locally, and maybe improving documentation can be a be
Background
I decided to test my effects without using the Angular TestBed because this should be faster then using the entire TestBed when I only want to test the effect in isolation (https://ngrx.io/guide/effects/testing#setup-without-testbed). I am using Jest as test runner.
Repro-Steps
Consider this simplified, generic approach I used.
it('should get data
-
Updated
May 20, 2020 - TypeScript
The logged output does not match the example above.
For each i
value, we should see something like i: 0
instead of just 0
for example.
-
Updated
May 22, 2020 - TypeScript
I'm submitting a bug where logAction does not log actions accurately in redux dev tools
[ ] Regression (a behavior that used to work and stopped working i
Clicking on a marble lets you move it, but it then becomes stuck to the mouse cursor and you can't drop it, even when clicking again or clicking off the diagram.
-
Updated
May 13, 2020 - TypeScript
This isn't really an issue, this is just a request
I am trying to learn how to build microservices with CQRS, ES, reactive programming and messaging, I have a good understanding of the theoretical part but there isn't much hands-on examples about this subject.
Reactive Trader Cloud is the most complete app that I could find which implements all these concepts (and much more), I am
-
Updated
Jul 31, 2017 - TypeScript
-
Updated
Apr 7, 2020 - JavaScript
-
Updated
May 17, 2020
Documentation help
Open call to our awesome community to help create documentation. If interested please work with us here and extend the existing docs for the scenarios you need.
Brilliant package. I really like this.
Please consider renaming didSubscribe to didMount so that it is crystal clear what this is doing.
I'm not sure it is clear immediately to users how this aligns to React or Vue. The fact that didSubscribe isn't handled server side means that 'For handling side-effects upon first subscription.' isn't true in every circumstance.
The added advantage is t
-
Updated
Mar 27, 2020
-
Updated
Apr 16, 2020 - TypeScript
-
Updated
Apr 16, 2020 - TypeScript
-
Updated
Nov 25, 2019 - TypeScript
-
Updated
Dec 24, 2019 - TypeScript
-
Updated
May 15, 2020 - TypeScript
-
Updated
Sep 12, 2019 - TypeScript
-
Updated
May 20, 2020 - Objective-C
-
Updated
Apr 22, 2019
The current instanceof Observable
check that is used in the implementation of lifted component relies on the class instance check, which in turn requires that the instance be checked against the same constructor it was created with.
However it is possible that user-created Observables come from a different version or just a different instance of the rxjs
package. In that case the `instanceo
Improve this page
Add a description, image, and links to the rxjs topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rxjs topic, visit your repo's landing page and select "manage topics."
As explained at CycleConf I will work (hopefully with the help of others) on the docs. It will be more a very long tutorial, like a book, starting simple, ending at #705
Planned chapters: