Owen Shepherd

Results 57 issues of Owen Shepherd

`select_early_exit` creates a stream that produces elements while either substream contains elements, and terminates when either substream runs out of elements. ## Previous work https://github.com/rust-lang/futures-rs/pull/1881 https://github.com/rust-lang/futures-rs/pull/1422 ## Benchmarks: | Old...

breaking change
A-stream
S-needs-decision

Motivation for this change: Well I ran `nix-shell shell.nix` over an hour ago and it still hasn't finished... With this change, all you need to run to get a working...

I've tested this change in conjunction with https://github.com/llvm-hs/llvm-hs/pull/380, and all tests pass.

These changes were made for the GRIN compiler project. @csabahruska I trust you don't mind upstreaming these?

As I understand it, `libcurl` automatically loads logins from [`.netrc`](https://www.gnu.org/software/inetutils/manual/html_node/The-_002enetrc-file.html). It would be really cool to have Haskell applications / libraries built with `http-client` do the same. That way one...

Doesn't look like https://github.com/judah/haskeline/pull/36 will be updated, I'm happy to pick up where that PR left off. Changes: * History is appended instead of overwritten * Can be enabled via...

* Add CPP guards around some instances * Remove some conditional cabal * Use NonEmpty-based fold functions directly * Add tests for fold instance * Add handwritten Read instance *...

IMPORTANT: Branch is based on os/fix-read-after-show-test, so please merge https://github.com/spl/dlist/pull/117 **before** this. * Create a single list of quickcheck properties * Test the result of the quickcehck run * Exit...

**Describe the bug** On load, spot displays a grid of albums. On a 4k screen, you can see all the albums that are loaded by default. This means the page...

bug