Quinn Comendant
Quinn Comendant
Currently, it seems hey is set up to quit via ctrl-c. Since hey is a kind of TTY, it should respond to end to ctrl-d when the user wants to...
It seems like the parameters sent to the OpenAI API are hard-coded: ```python response = openai.ChatCompletion.create( model="gpt-3.5-turbo", messages=messages, temperature=0, max_tokens=1000, stream=True ) ``` `hey` needs a config file or option...
I'm just getting started with Pixelfed, and I can't find a way to hide the Like notificationsĀ I receive. I mean these:  I need a way to be able...
I notice some links in Pixelfed don't respect ā-click to open in a new tab. For example, on the [find friends](https://pixelfed.social/i/web/discover/find-friends) page, if you hold ā and click on a...
Currently, the view of a post displays photos in a slideshow style, one-at-a-time ([here's an example](https://cro.pics/p/m/647693981190839373) of the view I'm referring to). I would find it very helpful to be...
The default output of `restic forget --prune` is very verbose, even when no `--verbose` option(s) are applied. The output is very long and is cluttering my restic log file. I'd...
I'd like to use Enchanted with Anthropicās chat API. I noticed there is already some discussion of supporting the APIs for ChatGPT (#139) and Mistral (#25). I think it would...
Currently, Spliit appears to use UTC for its date calculations. If I try to create a new expense on **July 3 at 17:31** US/Pacific time, the `Expense Date` field is...
The width of the Safari extension controls (I think it's called the [toast](https://github.com/omnivore-app/omnivore/blob/main/apple/Sources/SafariExtension/Resources/views/toast.html)?) is truncated on narrow screens, as seen here on my iPhone 13 mini:  I can do...
On the iOS app, there is no option to share an image in an article (not sure about Android; does it allow this?). Ideally, images have several functions available: -...