mixtly87
mixtly87
I'm often getting crash in `[AAPLLoadingProgress doneWithNewState:error:update:]_block_invoke + 8` I can't reproduce it myself but I see it on crash analytics tool. Is anyone affected by same issue?
Did anyone tried adding search bar on let's say APPLCatListViewController?
For example, when you enter Cat details, there are two segments: 1. Details, 2. Sightings Imagine sightings is some kind of grid. Can that be done? All I see is...
So I updated OSXFUSE to macFUSE and replaced the OSXFUSE.framework with macFUSE.framework in my app and now I have an issue with macFUSE 4.0.1. When my app tries to mount...
Currently, in order to finish macFUSE installation, user needs to reboot his M1, enter Startup Security Utility, select 'Reduced Security', then reboot again, goto Security & Privacy and Allow the...
I find it odd that All and Any methods return NO for empty sets. Formally, I believe, YES should be returned in such cases; according to: [https://en.wikipedia.org/wiki/Vacuous_truth#Vacuous_truths_in_mathematics](url) Additionally, I find...
Let's say I have a configuration like: ``` { "name": "Linux Computer", "on_cmd": "wakeonlan xx:xx:xx:xx:xx:xx", "off_cmd": "sshpass -p mypassword ssh -tt [email protected] '/sbin/poweroff'", "state_cmd": "ping -c 2 -W 1 192.168.0.4...
Let's say that in `- (NSArray*) contentsOfDirectoryAtPath:(NSString*)path error:(NSError**)error` callback I return a list of `NSString*` objects like this: ``` Regular string Däm Ћирилица c1 ``` However the problem is that...
PAPasscode looks fine on Light mode, but on Dark mode, labels are in white-text-color, while view background is light. Expected: view background should be dark.
I want to support email-compose kind of view so that when you forward or reply on existing email, it shows previous content bellow, setting the cursor at the top of...