Ian Dundas

Results 12 issues of Ian Dundas

Just in case anyone else gets stuck, I needed to add a .gitmodules file myself. Here are the contents: ``` [submodule "AQGridView"] path = AQGridView url = https://github.com/AlanQuatermain/AQGridView.git [submodule "asi-http-request"]...

Trying the change introduced by https://github.com/soffes/CommonCrypto/pull/7 (instead of the unmerged https://github.com/soffes/CommonCrypto/pull/2), I now get the following when compiling: ![image](https://user-images.githubusercontent.com/1131967/37971736-f93a9328-31d6-11e8-9aee-fba7adc6be9d.png) Is there possibly an extra step required to get this to...

Hi, I've got Radicale working with macOS Calendar, I can add events and if I disable/re-enable the account the added events disappear and appear again in Calendar (indicating that they're...

On MacOS, for unsandboxed apps, the log file appears in the `~/Documents` folder. ![CleanShot 2023-12-18 at 15 03 03@2x](https://github.com/WeTransfer/Diagnostics/assets/1131967/a19f910e-0a39-4326-9cac-c9f56cab3d84) It would be good to be able to specify an alternative...

> ERROR: Trying to select an annotation which has not been added I'm getting this error with OCMapView, but not MKMapView (which currently works perfectly). I'm getting it on the...

Just to note the strange behaviour on iPhone (though it works perfectly on the iPad) ![CleanShot 2021-02-25 at 13 35 55](https://user-images.githubusercontent.com/1131967/109154387-82d46e80-776e-11eb-9660-062c1fefb10c.gif) odd!

Hi! We have a project layout like this: ``` Project .swiftformat # -> *note* this contains `--exclude **/Submodules` Source/ Class.swift Submodules/ SomeFramework/ .swiftformat # -> here we have another .swiftformat...

help wanted
known issue

"Accessor methods of synthesized property 'managedObjectModel' (etc) were overridden" Adding a readwrite property in a private category fixes this warning