Janus Troelsen

Results 288 comments of Janus Troelsen

@Gabriella439 Would it be possible to get this bump as a Hackage revision? Then we could get Dhall back into Stackage.

> Stackage LTS 21 gets released and nixpkgs switches to it. This has happened now, but pandoc was thrown out of Stackage Nightly because it uses `connection` instead of `crypton-connection`....

@noinia The package would get automatically updated in Stackage if it is compatible with the latest version of all libraries, as reported by e.g. `cabal outdated`. So it really isn't...

Hmm, I don't have this problem myself. Do you have a large PulseAudio buffer? Maybe there is a way to query that and then adjust according to that. Which Spotify...

Of course a sleep could be inserted, but I would rather have a bit too much ad, than unmute too late and miss some of the intended song. This is...

I get the same error if I pass `cabal repl -w ghc-9.8.2 -b servant-client-core -c 'servant==0.20.1'`, so I suppose it must be 0.20.1. Looking at `servant-client-core.cabal` in the repo, it...

I suppose those two symbols were added recently, and we need a new release of `servant`. Then we could revise client-core to depend on that new release... ? But not...

Ah yes, DeepQuery was added just 3 weeks ago: https://github.com/haskell-servant/servant/pull/1604/files

I don't think there is 'unfinished work' aside from @MangoIV's work on documentation in #1726 . But I am not sure that even needs to be synced with releases since...

Closing this as the issue is resolved. We still need to do a new release eventually.