Gideon Farrell

Results 6 issues of Gideon Farrell

I wrote [a script for khard](https://github.com/gfarrell/rofi-khard) so I can use it easily with Rofi (mimicking the functionality I used to have in Alfred when I was on macOS). The problem...

enhancement
help wanted
interface

I've been using `checkit` on the server side for a while, and really like it, but when trying to use it in the browser, I get an `illegal invocation` error....

I'm trying to use `debug` to instrument a function. I have followed the instructions, so the top of my source file looks like this: ```haskell {-# LANGUAGE TemplateHaskell, ViewPatterns, PartialTypeSignatures...

#### Expected behaviour I would expect the MacOS instance to boot into some sort of desktop environment/greeter. #### Actual behaviour Boot process gets stuck in a loop as per the...

bug
help wanted

(This issue is WIP -- I'm going to record all the things I found confusing about writing a plugin and then suggest changes, but welcome comments as I go.) I'm...

type: enhancement
documentation

Sometimes I find myself needing to remove a border (often on `last-child` elements), but the following produces invalid CSS: ```haskell borderRight none none none -- gives "border-right: none none none;"...