brandon s allbery kf8nh

Results 569 comments of brandon s allbery kf8nh

One point that occurred to me after the call: periodically we bump bounds, and those PRs need to be run without an index-state if we _do_ otherwise freeze it for...

The main one is that, if you are making a Cabal release intended for an unreleased ghc, you generally need to use head.hackage to get compatible dependencies.

> Contributors with write access could be encouraged to push to a branch here rather than on their own repo. This could be difficult if the contributor is working on...

A common pattern is to list the global flags in their own section. For individual commands this might be output after the command-specific flags, or might point the user to...

It might make sense to split it into multiple reviewers by chunks, since it's an awfully big gulp for a single reviewer.

https://downloads.haskell.org/ghc/9.2.5/docs/html/libraries/base-4.16.4.0/GHC-IO-Encoding-Iconv.html with https://downloads.haskell.org/ghc/9.2.5/docs/html/libraries/base-4.16.4.0/GHC-IO-Encoding-Failure.html#t:CodingFailureMode may be of interest here.

Contribs, including Prompt, will need to be redone for a Wayland port anyway. And at minimum Prompt should be changed to hook into the `handleEventHook` instead of blocking the main...

I actually disagree about external applications: many uses of the prompt alter internal xmonad state. One might argue that you could use xdotool for many of them, but xdotool doesn't...