Christopher Hoage

Results 12 issues of Christopher Hoage

Polybar only supports `#ARGB` for transparency. I previously used the workaround in https://github.com/dylanaraps/pywal/issues/132#issuecomment-352296339, however this is not a particularly clean solution. With this change I can simply import `~/.cache/wal/colors-polybar.ini` and...

Given the following `.stylelintrc.json` https://gist.github.com/chrishoage/bdedf025288486050fd60535bd018c3e And the following CSS ``` .planButton { @add-mixin truncate; display: inline-block; margin: 0 20px 20px; width: 240px; } ``` The output is this ``` .planButton...

Docker (and by extension compose) supports [Docker secrets](https://docs.docker.com/engine/swarm/secrets/) which let you better protect data. Secrets can be used with out a swarm in docker-compose by pointing to a file. For...

Docker (and by extension compose) supports [Docker secrets](https://docs.docker.com/engine/swarm/secrets/) which let you better protect data. Secrets can be used with out a swarm in docker-compose by pointing to a file. For...

Many people fork ergogen in order to add custom footprints. This is a little cumbersome and since there is already a way to inject footprints at runtime I have exposed...

enhancement

Perhaps this is out of scope, if so please feel free to close. I am hoping for a `one_shot` command per `commands` group. This is my current config ```toml [swipe.commands.three]...

### Platform Arch Linux ### GPU, drivers, and screen setup Nvidia 2070 Super, 1440p 144hz and 1650p 60hz ### Environment bpswm https://github.com/chrishoage/dotfiles ### picom version ``` ❯ picom --version vgit-5d150...

**Describe the bug** Sometimes Flexo gets stuck in an update cycle that eats a ton of CPU. The logs below are abbreviated but go on for several hours. The fall...

Closes: https://github.com/wessberg/scroll-behavior-polyfill/issues/21 Following up from the GHI I have gone ahead and went with the try/catch route. If you'd prefer a regex that checks the hash to see if it...

https://github.com/wessberg/scroll-behavior-polyfill/blob/0e4973c514f0fc713dbe6a617273c2ce1db29e42/src/patch/anchor/catch-navigation.ts#L33-L34 `hash` from an anchor is passed directly to `root.querySelector` with our regard for what might be contained in the hash. Hash-routing libraries store the route in the hash. For...