Phil Pluckthun
Phil Pluckthun
@Austaras The motivation here is that `BehaviorSubject` and `ReplaySubject` can be derived from `shareReplay`. If you have a peek at the "compliance" tests for operators there's a lot that operators...
I'm not sure if this has changed but you can convert any spec-compliant Observable to an RxJS Observable using `from`. The `toObservable` operator outputs a spec-compliant ECMAScript Observable so converting...
Hiya, just following this up from: https://github.com/FormidableLabs/urql/pull/1214 This isn't quite as simple yet, and I'd love to find a solution for this that will keep this running but we've actually...
Yep, I'm aware of all of the changes and the compilation differences (which is why v5 exists in the first place) What I'm more concerned about us that we _have_...
Not quite; so basically if you have two packages `x -> wonka@^4.0.0` and `y -> wonka@^4.1.0` let's say, then you'd expect that to resolve to `x, y, wonka@^4.1.0`, since they're...
@slorber This may be happening because of a change in the Prism version that's bundled... have you tried a custom version of `prismjs` instead? if a newer one works I...
You can pass in a different instance of Prism as a prop: https://github.com/FormidableLabs/prism-react-renderer#advanced-props
Hm, that's odd, it should indeed still be `1.20.0`. I may have to look into this a little further
Hiya, sorry but except in name this has nothing to do with `styled-components` the library and is neither built on it nor inter-compatible in how one would use them together,...
Will do this as soon as I can :)