joeldrotleff
joeldrotleff
This is a fix for an issue I noticed on iOS 10. I have not tested it for iOS 9 or 8.
I am trying to record a video that starts with the back camera and then continues with the back camera. But after tapping the flip camera button during recording, I...
Here is the default Xcode-generated indentation for some SwiftUI code: ``` NavigationStack { CoolView() .padding(10) } .padding(12) ``` Note that the first ".padding" example is indented while the second is...
### 👟 Reproduction steps 1. Create an AppWrite instance on Digital Ocean by creating a Droplet from the AppWrite template. 2. Set .env to _APP_FUNCTIONS_RUNTIMES=deno-1.24,swift-5.5,node-16.0 3. Initialize a Deno, Swift,...
This PR adds the ability to specify a local file, such as '/Users/Joel/custom-text-prompts.csv' for the predefined_chat_gpt_prompts option.
**Bug Description** Vim Mode is missing many common motions. The particular one that bites is 'cid' 'did' 'cad' and 'dad' commands for changing a word at a time. Also numbers...
**Bug Description** Ok so the main issue is that when in vim mode the cursor always shows up. So if I have two or three claude codes running in the...
### Problem description This happens when I try to deploy my project (Fresh app) via CLI from my dev machine. It was working earlier today. The build log says: ......
**Bug Description** I am trying to disable permissions checks when using a particular MCP (a figma one). I install the MCP with a name i.e. 'figmastrand', and then add an...