Ashley Yakeley

Results 110 issues of Ashley Yakeley

Sometimes `hindent` does this: ``` foo = do expr1 expr2 ```` And sometimes it does this: ``` foo = do expr1 expr2 ``` The former layout matches [the official style](https://github.com/tibbe/haskell-style-guide/blob/master/haskell-style.md)...

type: enhancement
priority: medium
component: hindent
difficulty: medium

You already have `keyEq` internally, you might as well expose it properly.

I notice categories is not in Stackage. Should it be added?

I'm not sure if there's already an easy way to do this, but it would be nice to have some of the same functionality that `colour` has. Something like: *...

In the [demo](https://www.cl.cam.ac.uk/~sd601/mlsub/), I tried `let rec x = {f1=x}` and got `x : ({f1 : rec a = ({f1 : a})})`. This seems correct, but wouldn't `x : rec...

I'm the only person who uses my Airsonic, and it's already behind a VPN. It would be nice to be able not to have to log in ever.

To Reproduce: 1. Open up a second browser tab with Bluesky 2. Keep using Bluesky in one tab 3. After some period of time (six hours? 24 hours?), switch to...

bug
x:planned

To Reproduce: 1. Go to some else's profile 2. Click on the "Profile" button Results: nothing happens Expected: go to your own profile Note that from any other page, the...

bug
x:planned

When notes are accidentally deleted, and then those deletions are automatically synced, it can be difficult to restore them. To mitigate this, I propose that the Joplin NextCloud server app...

`txt2img` downloads a lot of stuff on first run. Right now the line `RUN conda run -n ldm python scripts/txt2img.py --help` gets some of it. It would be nice to...