tylerjames
tylerjames
Firstly, this library has been very helpful, so thanks for all the hard work! I see that support for symbol sets was added in the most recent release. If you...
I know Wunderlist has a setting specifying whether new items should be added to the top or the bottom of the list, but it doesn't work on a per-list basis....
**State your question** I'm using a native experience for sign in and I'd like to add some reliable error handling. However I'm running into some issues with the API that...
Everything works fine prior to the iOS 16 betas. If you have a string that contains multiple paragaphs all paragraphs after the first one will be truncated after the first...
First: This tool is great. I hate strings files and handling localization on iOS, it's absurdly bad, but this is making it a bit better. I have English and Japanese...
I added Keytar to my Electron app and ran electron-rebuild on it. After packaging the resulting app works just fine on OSX, but when I try to run the .exe...
I recently switched from the old Google pod to a binary. I'm getting a rejection when trying to upload a build to the app store: > The app references non-public...
I can reliably crash my app with the following error if I try to edit a textview containing >4096 characters: ``` int main(int, char **):17 - Uncaught exception: The index...
I'm trying to run the sample app. I've installed Carthage and run: `carthage update --platform iOS` in the directory. It appears to have executed successfully. When I try to run...