danielwerg

Results 45 issues of danielwerg

Sometimes I just want to compare two colors on screen. It would be great to have a preview under zoom lens with a color code, similar to how ShareX does...

I prefer lowercase hex but `hyprpicker` only outputs uppercase hex and there seems to be no option to change that. Workaround: ``` hyprpicker | tr '[:upper:]' '[:lower:]' | wl-copy ```

### Feature Importing `OPERATORS` will cost your project around 1MB if not more, this could be reduced by ~60% if we load svgs and notes on demand. There several projects...

type: feature
help

https://github.com/massCodeIO/assistant-vscode/blob/81b7160f6f5992cb2f53deb0ef2dc7ba724e1163/src/extension.ts#L11 https://github.com/massCodeIO/assistant-vscode/blob/81b7160f6f5992cb2f53deb0ef2dc7ba724e1163/src/extension.ts#L109

Getting this error in my new repo. https://github.com/danielwerg/r6data/actions/runs/4244636478 Not sure what changed because I'm using same exact workflow I have in r6api.js repo and it worked just fine 8 months...

type: bug
type: docs
status: pinned

MAN DATE(1) > %z +hhmm numeric time zone (e.g., -0400) > %:z +hh:mm numeric time zone (e.g., -04:00) > %::z +hh:mm:ss numeric time zone (e.g., -04:00: > %:::z numeric time...

Example use case: `sowon 30m && sudo shutdown`

`current` monitor: https://github.com/ArtsyMacaw/wlogout/assets/35052399/3b91bf86-c24c-46b0-82a9-e08d5e2323ad `second` monitor: https://github.com/ArtsyMacaw/wlogout/assets/35052399/56916dd2-7c87-40e7-b9fa-c9e051bce238

**Describe the bug** `open` doesn't decodes URL-encoding **To Reproduce** Steps to reproduce the behaviour: 1. Create note with space or/and emoji in title 2. `obsidian-cli open "obsidian://open?vault=obsidian&file=note%20with%20space"` 3. File ā€œnote%20with%20spaceā€...

enhancement