Owen Shepherd

Results 45 comments of Owen Shepherd

We also seem to be affected by this. Using `haskell.nix` 0d781c04c4ab9045a165bacf428b043995a167f6 (current HEAD). Our `stack.yaml` includes: ```yaml resolver: lts-17.1 compiler: ghc-8.10.4 ``` But `haskell-nix.project` ends up compiling ghc 8.10.3, unless...

@thomcc supporting `~/.config/rustyline/config.toml` (instead of `.inputrc`) means people would need to configure applications using rustyline differently from readline applications. This was the approach taken by haskeline. I really dislike having...

I think this is hitting https://github.com/ndmitchell/hlint/issues/818

@CJP10 This would be very useful for me! I'd love to see this merged. Surprised nobody else has needed this. Looks like this needs to be updated to work with...

@CJP10 I've drafted something here: https://github.com/414owen/futures-rs/pull/1 It builds on https://github.com/rust-lang/futures-rs/pull/2583, so any reviews on that would be appreciated too!

This looks like it's a duplicate of https://github.com/rust-lang/futures-rs/pull/1881 @taiki-e looks like a lot of people want this feature :)

~Clippy is failing (on master too!)~. Fixed here: https://github.com/rust-lang/futures-rs/pull/2598

I've decided that I need more granularity than `when both finished`/`when either finished`. The new API is trait-based. Why is it trait-based? Because I tried implementing it with a function,...

> I use NixOS. Threadscope fails to build for it because of dependencies conflict. I've jailbroken threadscope's dependency constraints on NixOS with this command, in the past: ``` $ NIXPKGS_ALLOW_BROKEN=1...

I'd love to see this merged. Even the updated bounds seem very conservative.