Luna Cloudberry

Results 8 comments of Luna Cloudberry

Hi! I believe this bug location lives within this `readRepoIndex` function: https://github.com/haskell/cabal/blob/94277d14b3a1839ecc2ae40536c7f0c917e2c136/cabal-install/src/Distribution/Client/IndexUtils.hs#L424 Note that I tested this using git tag of [cabal-install-v3.12.0.0-prerelease](https://github.com/haskell/cabal/releases/tag/cabal-install-v3.12.0.0-prerelease) (I tested for this bug in cabal-3.10.3.0 beforehand...

Okay, currently while this is working for cancelling road & water building mode, it however breaks the Esc shortcut for opening the in-game main menu. Anyone have any advice on...

Thanks for the warm welcome and the pointer! This works! :smile: My previous attempt was unnecessarily complicated, indeed. I've rebased my PR/MR to apply your suggestion. though I probably need...

I've rebased my commits to a single (the latest) commit and force pushed it here but it seems the old commits still persists for some reason which still keeps breaking...

> You have to do the revert in a new commit. Our mirror bot cannot deal with force-pushed updates at all, and they're best avoided both on github and on...

@hessenfarmer :) hmm I assume by credits you mean the in-game window credits? Using this handle: `Luna Cloudberry (cloudyluna)` would be fine. and thx.

Hello. I'm also hitting this error on my system when trying to build a simple project generated with `cabal init` and `relude` as an extra dependency. ## System information -...

Hello! A Haskell newbie here (so my findings could be totally wrong :smiling_face_with_tear:). I've pinpointed the location of the bug to be at: https://github.com/haskell/cabal/blob/a6b99b83e2819b7d0c940971f08c88023dfad88e/cabal-install/src/Distribution/Client/Init/NonInteractive/Heuristics.hs#L66 A workaround to make this command...