Matthew Flint
Matthew Flint
@phatmann @JoshJones57 Hey, I'd forgotten I'd raised this issue. I did a workaround for this, for when I'm targetting iOS6 only. I'll be dropping iOS6 support soon, so I won't...
I _think_ it's failing to convert the _symp_ data into a UTF8 string... but I don't know why. Maybe the decryption is failing @davedelong? https://github.com/davedelong/sfsymbols/blob/master/Sources/SFSymbolsCore/Font.swift#L85 **Edit:** there's some [more discussion...
My workaround is to use this, to show the notification in the application's root window, rather than the current view: ``` [AJNotificationView showNoticeInView:[[[UIApplication sharedApplication] delegate] window]... ```
You can workaround this by: * open the /Applications folder (or wherever you have Nocturnal installed) * right-click (or control-click) on Nocturnal.app * select "Get Info" * select "Override Malware...
I was excited to see your contribution @rmecham. I've tried this with [an example from Gruber's markdown syntax page](https://daringfireball.net/projects/markdown/syntax#blockquote): ``` > ## This is a header. > > 1. This...
_Thinking aloud:_ The PR also adds explicit code for other fragments inside the blockquote, checking for `#`, `-*+` and `>` - but there's already support for that when parsing the...
Using `NSAssert` here, when failing to write to the cache, feels a _little_ excessive. Is crashing really the best option here?
Hello @Rufy86, In your code, `ns2` is the namespace, which is different from the property name. If you don't care about namespaces, then the easiest solution might be: ``` struct...
> Simple table with every client: > Client Status Supports spec 1.2 > [tldr-pages](https://github.com/mflint/ios-tldr-viewer) This is client for iOS. Supported: yes Supports spec 1.2: no (I really should do that)
> It sounds sort of reasonable. Although I am not sure if I agree with the naming. It changes where 'up' is, it does not change where 'north' is right?...