Mango The Fourth

Results 295 comments of Mango The Fourth

@ulysses4ever whats your opinion on hiding maintainers corner by default? If there are no other opinions I’ll switch back to not hiding by default like @gbaz requested…

Ah perfect, that’s a good helper to enforce that decision. I’ll also put up a screenshot when I get around to it. But I think both of your arguments are...

![image](https://github.com/user-attachments/assets/99577f52-649c-465c-8b15-1b1e266b3542)

![image](https://github.com/user-attachments/assets/88b5992a-15c2-42db-9f96-b1572cf130c5)

I'm still not entirely happy with how this looks, especially on pages with very large module lists. I think the README should come first and then both the modules and...

yeah I think that would be really nice.

So afaiu at the moment, how it works is that hackage-server just loads the tarball and then serves whatever file from the tarball that was requested. I guess to replace...

In my opinion user generated archives shouldn't be a thing at all. I think it would be even be a good idea to throw away everything that isn't enclosed in...

GHC already has a way to show which patterns are missing. I would just show those?

```haskell data Foo = Bar | Baz | Qux foo = \case Foo -> .. _ Baz, Qux -> .. -- where Bax, Qux would be in inline hint highlighting...