Justin Baur

Results 27 comments of Justin Baur

@Misiu Yeah sorry. I did kinda give up on this for a while but if there is some more interest I think I should be able to finish it up....

@Misiu Since you had shown some interest in it. I have just finished the implementation in #453. I was wondering if you could take a look at the samples and...

@yuzd It will need to be reviewed, approved, and merged by someone at postman. It doesn't look like a lot of resources are directed at this repo so it might...

Let me know how I can help @umeshp7

@Hinton I was curious about the actual performance to so I ran I few benchmarks and with the max amount of concatenations we would have here (4) it does not...

Hi @NikiPn this is a really great write-up and accompanying article. I'm going to assign this to me and slowly start tackling them but I also don't want to steal...

@addisonbeck There is no way to queue up a migration, moving the backing location of your data is kind of an all or nothing move. If you're trying to keep...

Hi @andrewlock, thanks for the reply, I sort of figured that was the case, just didn't see any issue tracking the new metrics. Is it possible to track them as...

@withinfocus @eliykat I did think about doing something like this but was worried it would actually _encourage_ reuse of the purpose string. Since an enum or string union is generally...

The `startWith(null), ..., shareReplay({ bufferSize: 1 })` sandwich was me attempting to make that observable act very similarly to something that is backed by a `BehaviorSubject`. `shareReplay` is creating a...