Jonathan Daugherty

Results 387 comments of Jonathan Daugherty

I just saw this with a type of message I've seen do this before: ``` did not get notified by this mention because they are not in the channel. ```

Run `cabal update` and then try the build again with `cabal new-build`.

Have you tried a slightly older version of GHC such as 9.6.3? I'm able to build it with that version of the compiler. The compiler comes with some packages (such...

If you want to install and use multiple versions of GHC and `cabal`, then I recommend using [ghcup](https://www.haskell.org/ghcup/) rather than installing via `brew`.

I think there's something going on with the build flags in the `.cabal` file. To fix it, open `tart.cabal` and change ``` executable tart if flag(libonly) Buildable: False ``` to...

Happy to help. What error message are you seeing? Or do you mean that there is not a binary being produced?

Interestingly enough, I've wanted to do this *exact* same thing before! Here's how I do it: when the pop-up window is being displayed, I wrap the lower layer (the UI...

Let me know if that gets you what you were after and we can close this or discuss further.

> Or one could force a configured global "inactive" attr (which does exist) in the same way, right? Yes, that's right. > This is not perfect ofc because the colors...

> Maybe I can actually programmatically patch the attr map on the inactive layer (replacing all colors by a manipulated version) to get the effect I want? Although having this...