Wesley Moore

Results 98 issues of Wesley Moore

``` PS C:\Users\wes\Downloads\rsspls-0.8.1-x86_64-pc-windows-msvc> .\rsspls.exe --config C:\Users\wes\Documents\rsspls.toml --output . INFO rsspls::feed > processing https://example.com/ INFO rsspls::feed > no explicit link selector provided, falling back to heading selector: "a" INFO rsspls >...

windows

### Related problem A common pattern in my [zsh config](https://github.com/wezm/dotfiles/blob/0bfc4b7c7f8f906df9b689f282b328c01e304242/zsh/aliases.zsh#L41) is to set aliases only if a particular command is present. This makes my dotfiles portable to different systems with...

alias

This seems similar to #18 I built COSMIC from the cosmic-epoch repo via the AUR package. Specifically [cosmic-epoch 5f2fd33](https://github.com/pop-os/cosmic-epoch/commit/5f2fd3324b997142fa10c8170fd6b53feb5f2673), which has cosmic-comp [d1aac38](https://github.com/pop-os/cosmic-comp/tree/d1aac380fff5447a14fa1fc1023ea1078c0226a4). I'm aware this isn't the head of...

See if there's a way to get rid of needing to know about `LEAF_SECURE_COOKIE` in the common case. E.g. in development set it to `false` and production set it to...

This is perhaps not a high priority but I thought it was worth noting. The default binding to exit LeftWM is: ``` [[keybind]] command = "Execute" value = "loginctl kill-session...

enhancement

Files in `public` don't seem to have appropriate cache headers so the font it being re-fetched each time.

Log more events: * Door opened * Door closed * Notification sent

Add: - [ ] System uptime - [ ] Process uptime - [ ] Memory use

Given the content of https://rust-digger.code-maven.com/about-ci I assume this is a known issue but I thought I'd open an issue to track support for other CI providers. Specifically I use [Cirrus...

Provide a way to opt-into a Markdown aware mode where leading puctuation (`#`, `*`, `-`, etc.) would be ignored as would formatting like backticks and bold/italic. - [ ] #13...