Ricardo Borelli
Ricardo Borelli
NSDictionary doesn't accept nil as value. It's only nil when key doesn't exist, so JSONKit would have to ignore the key and it could lead to more app crashes.
If it's an empty string, it will be an empty string. This pull request doesn't enforce use the new way, just add an extra flag. NSNull could lead to troubles...
Any idea when it can be merged? Then we can move forward with the API implementation :)
I had the exact same error, you can see my solution here: https://github.com/plarson/fluent-postgis/issues/1 Looks like the owner of this project is not actively looking it anymore :/
There is already an issue opened regarding API #785
There is nothing fancy in 0.2.39 apart the fix of Xcode 15.3 new token. I guess that you can keep using the previous version until you can migrate to new...
The issue is that there is a new type `IDEActivityLogSectionAttachment` and one of the properties is a JSON with a new token `*`. This JSON is the same `BuildOperationTaskMetrics` object...
@hbanzon PR created. Although I am not sure if people are still looking at this repo, since there is a PR opened since January 😅