Caesar Wirth
Caesar Wirth
There have been issues with scrolling since the beginning. This issue is basically just the "megathread" of scrolling issues. - [ ] [Extra scrolling space in editor](https://github.com/cjwirth/RichEditorView/issues/76) - [ ]...
I was writing some code, and noticed that the syntax highlighting would mess up after protocol function declarations, because they are missing the `{}` that is usually required for functions....
I think it would be kind of nice to be able to save to different locations. Right now, it saves in the Caches directory, but maybe we could also save...
Kind of a piggyback on https://github.com/nickoneill/Pantry/issues/32 , but I was thinking it might be nice to just obliterate everything saved inside. I'll admit that mainly the reason I want this...
**Describe the bug** When building the app, I get undefined symbol errors, saying that it can't find symbols that exist in AppAuthCore: ``` ld: Undefined symbols: _OBJC_CLASS_$_OIDAuthState, referenced from: in...
Fixes #1580 ## tl;dr This change adds a property to the Dependency object such that the dependency will only be included as a dependency of a target if it is...
## Problem I occasionally run into [an issue](https://github.com/google/GoogleSignIn-iOS/issues/408) where I run into linker errors for missing symbols if I include a dependency in more than one target. This happens if...