Chris Redford

Results 12 issues of Chris Redford

Features added, as detailed in #12. My one uncertainty on this PR is whether I've done `clipboard` dependency correctly. I've never added third-party `pip` installs to an Alfred workflow before...

After downloading your workflow, which I found helpful and well-designed, I went to work adding a few additional features that I had grown accustomed to in the [Evernote Workflow](https://www.alfredforum.com/topic/840-evernote-9-beta-2-for-alfred-3-search-create-append-set-reminders-all-within-alfred/): -...

When I try to run scenes using ``` manimgl _2022/wordle.py ``` I'm getting an error ending in ``` File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/manimlib/utils/file_ops.py", line 47, in find_file raise IOError(f"{file_name} not Found") OSError: /Users/grant/Dropbox/3Blue1Brown/images/pi_creature/svg/plain.svg...

It would be nice if the `dialog` module had UI elements that honored the system wide dark mode. It's a shock to the system to get flashed with the bright...

This program immediately crashes the app now: ``` python import console console.set_idle_timer_disabled(True) ```

I've never added autocomplete to a VS Code extension before, so I'm not sure what all of this is necessary. I just have a local modified copy of your extension...

I'm seeing no way to do this in a general way than to wholesale copy https://github.com/jomei/notionapi/blob/6ff0625b3599321894d82638120d4ada09093f0f/property.go#L442-L487 to my own code and painstakingly extract the `ID` field for each type. I...

### Please Confirm - [X] I have read the **[FAQ](https://github.com/ExistentialAudio/BlackHole#faq) and [Wiki](https://github.com/ExistentialAudio/BlackHole/wiki)** where most common issues can be resolved - [X] I have searched **[Discussions](https://github.com/ExistentialAudio/BlackHole/discussions)** to see if the same...

wontfix
Blame Apple

### Checklist - [ ] The issue exists after disabling all extensions - [ ] The issue exists on a clean installation of webui - [ ] The issue is...

bug-report

Running `go mod tidy` for the first example, I get ``` go: finding module for package github.com/browserutils/kooky/browser/all go: finding module for package github.com/browserutils/kooky go: found github.com/browserutils/kooky in github.com/browserutils/kooky v0.2.0 go:...