Anton Sotkov

Results 5 issues of Anton Sotkov

It appears that 10.11b1 is not affected by the issue described in #25. However, [one of my plugins](https://github.com/antons/Gitbox-Tweaks) which previously injected into the target app just fine, now has issues....

Just restarted to 10.10.4 b4 and noticed that EasySIMBL stopped working. All checkboxes are enabled, but the plugins are not injected into apps.

- `delegate` and `dataSource` are `assign` (not`weak`) on macOS 10.11. - `dataSource` was set to `nil` before `delegate`, and when `dataSource` is changed `NSTableView` notifies the `delegate` about removing all...

I’m trying to rate limit 401 basic auth, and I‘d appreciate your help understanding if this is supported or not. As far as I can see error handlers in Caddy...

I’m working on a suite of iOS and macOS apps that are going to share login information using iCloud Keychain. The apps will be distributed both on the App Store...