Mark Bridges
Mark Bridges
because Pitchy >=2.0.0 contains incompatible tools version and root depends on Pitchy 3.0.0..
Just came across this repo recently. It's really useful; I've found some great resources. I've made a few iOS developer tools for macOS myself. It would be great if you...
I was just looking over the code and noticed it doesn't check whether the network is up before sending events. It might be a good idea to configure the session...
If the view is set to take up the whole screen, now that the status bar in iOS 7 encroaches on the view area, the scrollview is unavoidably lowered by...
Initialised it with a directory. When the object gets dealloced I get an EXC_BADINSTRUCTION
The fold transition doesn't take into account the iOS 11 safe area insets. Therefore, transitions fill the safe area during the animation followed by the view abruptly filling it's intended...
I'm using jnativehook to trigger media keys on Windows. Everything works perfectly until the Windows screensaver is active, at which point triggering the keys has no effect. It logs: ```...
Say you've got this ``` class MyClass { func doSomething() { doTheThing() } } extension MyClass { private func doTheThing() { } } ``` doTheThing will be deleted for being...
Sorry for the lack of using the template but I don't have much info to provide on this only to say that I started getting errors from App Store Connect...