Benjamin Jackson
Benjamin Jackson
When bower isn't installed, rake bower:install still returns 0 on exit. This causes deploy scripts that rely on the exit code to continue running even when bower installation fails, causing...
Untitled
Hi there, My fork fixes a memory leak in the OAuth helper classes, a crash when clicking the "more" button, and improves the messaging with the MBProgessHUD (and some convenience...
If you wait for a second or two after a message shows, the button sometimes won't respond if you tap on the area that's directly above the shadow image on...
Here's the full output: https://gist.github.com/benjaminjackson/597ac027fb1a1e088fcd I have sqlite3 installed and /usr/include/sqlite3ext.h exists.
"The redirect uri included is not valid" when signing into a different server after first connection
Looks like there's no "logout" feature for disconnecting an old account and connecting a new one, or am I mistaken? I found a new server that I'd rather use instead...
This isn't 100% ready but wanted to float it out there in case anyone has ideas: I fixed the bug where cells with background views don't display when swiping. There's...
We should be wrapping all network calls to Fauna in a retries block like this: ``` with_retries(:max_tries => 3, :rescue => [Timeout::Error, Errno::ECONNRESET, Fauna::Connection::NetworkError], :max_sleep_seconds => 10) do self.client.post params...
## Steps to reproduce: - Install latest version from store (1.2.1). - Configure with OpenAI example [here](https://github.com/raycast/extensions/tree/c0190b423d6709cc36aac6e67f5fc2713d660a04/extensions/promptlab#custom-model-endpoints) and a valid OpenAPI key. - Select PromptLab > New Chat - Enter...