Oliver Joseph Ash

Results 235 issues of Oliver Joseph Ash

RxJS has a really useful operator called `retry`. However, this works on the assumption that you only want to retry when the observable throws an error. When we're using `Either`s...

## 🚀 Feature request ### Current Behavior In RxJS, some operators are known to throw exceptions intentionally, in non-exceptional circumstances. For example, the `first` operator will throw an `EmptyError` if...

The peer dependency currently requires v6. We need to bump this to v7 or find a way to allow both v6 and v7 (if possible). https://twitter.com/BenLesh/status/1387843079583961091 https://github.com/gcanti/fp-ts-rxjs/blob/3d43883b37c2262048b704ce597bf4275dfe34d9/package.json#L37

For parity with `TaskEither.chainEitherK`. I would be happy to send a PR but from a quick glance at `TaskEither` it seems like this requires quite a few changes so I...

I am getting the following error when using Flexie in the latest version of Opera: `Uncaught exception: DOMException: NO_MODIFICATION_ALLOWED_ERR` I'm done some research but I can't seem to find anybody...

I think I've stumbled into an instance of [flexbug 1](https://github.com/philipwalton/flexbugs/tree/8baff9de3d5ee2343206101498da1c45278b6c98#flexbug-1) in Safari, however the current documentation for this flexbug states that is it fixed. Specifically: in Safari, a nested flexbox...

Hi, thanks for sharing this amazing tool. I noticed that when we have a comment that was added, the contrast of grey text on the green background is extremely low...

GitHub provides a shortcut to switch to the preview tab: ![image](https://user-images.githubusercontent.com/921609/122387980-58016680-cf67-11eb-8130-a72b85c14302.png) Unfortunately this shortcut no longer works after installing this extension.

Given a ``` json { "style": {}, "innerHTML": "" } ``` and b ``` json { "style": {}, "innerHTML": "foo" } ``` I want an object that represents only the...

When viewing a commit page, GitHub provides a link to view each file. The link points to the file at the current commit. [Example](https://github.com/jshttp/http-errors/commit/e11f87db72bec8b3c457cf0e3df9e0cbb09c7e62). However, sometimes we want to view...

enhancement
help wanted
small