Deadpikle
Deadpikle
Sure, let's combine 'em!
Hi @redrabbit007, At this exact moment, the answer is no. Pull requests are welcome!
I am also getting this bug. https://github.com/NetSparkleUpdater/NetSparkle/runs/2376909443?check_suite_focus=true https://github.com/NetSparkleUpdater/NetSparkle/blob/develop/.github/workflows/publish-nuget.yml
Hey guys, My fork of this project doesn't appear to have this issue in iOS 11: https://github.com/Deadpikle/iOS-Rich-Text-Editor . Please give it a try. I realize I probably need to PR...
Hey Aldo, I've attempted to fix this bug in my fork of the code by replacing code in richTextEditorToolbarDidSelectBold/richTextEditorToolbarDidSelectItalic/etc. in RichTextEditor. Instead of ``` UIFont *font = [self fontAtIndex:self.selectedRange.location]; ```...
Your library looks pretty great, cjwirth! :) I'll join you in the blatant self-promotion (sort of). If anyone coming here is wanting to use this library and not cjwirth's for...
For anyone finding this bug, you can fix it by adding the following to the end of the commonInitialization function of RichTextEditor.m: self.currSysVersion = [[[UIDevice currentDevice] systemVersion] floatValue]; if (self.currSysVersion...
Applicable code: https://github.com/NetSparkleUpdater/NetSparkle/blob/e2eacf9681ddd0c70e72bf6ee545b3cd3261e1f4/src/NetSparkle/Configurations/Configuration.cs#L26-L29 https://github.com/NetSparkleUpdater/NetSparkle/blob/e2eacf9681ddd0c70e72bf6ee545b3cd3261e1f4/src/NetSparkle/AppCastHandlers/XMLAppCast.cs#L172-L178 Might be just as easy as adding a public setter (don't want to break things by changing `protected set;` to `set;`) or some other method to...
Really need to also add a sample for how to use the new filtering process on beta/stable channels along with this, as version rollback and a beta/stable channel feature can...
I merged your README changes via `git cherry-pick`. I've not merged the other changes because they're not done yet. :) Let me know if/when you complete them. I've marked the...