William Carroll

Results 27 issues of William Carroll

I know why this is happening, but I'm looking for workaround recommendations. I have `psql` running inside of a `docker` container that's accessible on the docker host at `localhost:5432`. Looks...

Does `deadgrep` support the `multiline` option? If not, any ideas for a workaround? Something like this might be nice: ```elisp (defcustom deadgrep-additional-flags '("--multiline") "List of additional arguments that will be...

Does `rouille` support this: https://rocket.rs/v0.5-rc/guide/requests/#multiple-segments

Great article! Small nitpick "an URL" --> "a URL". Love your work!

Hi. Thanks for making this theme. I'd like to change the background color of this theme. Have you parameterized this? Or should I edit the source code manually? Thanks for...

I'm using `jasmine-check`'s `install` function, which I believe globally exposes variables like `gen` and `check`, which at runtime is working totally fine. I'm having trouble convincing Flow that these variable...

Any plans to support the local `flow-bin` executable via something like `npx flow ...`? That would be nice, so that project-specific `flow-bin` versions could be used instead of depending on...

I'm new to `tabbar` and cannot find any information about hiding these forward and back buttons that load with `tabbar` by default. Image: I've tried the following but to no...

Say I have a query like this: ``` Int -> String -> Boolean ``` Is there some way to inform Hoogle that it's okay to return functions like: ``` foo...