MythicLionMan
MythicLionMan
### Is your feature request related to a problem? Please describe There is currently no way for one preset to affect another, or for an optional portion of a preset...
It is an API error to create two instances of YapDatbase that reference the same database file. To enforce this YapDatabaseManager registers the normalized path of all database instances, and...
I'm having an issue where relationships are causing the wrong object to be deleted. Unfortunately this is in a very complex code path, so I can't give any steps to...
Unlike objects, the values in a YapDatabaseSecondaryIndexTransaction may be nil. The nullability specifier on enumerateIndexedValues:inColumn:matchingQuery:using: and its Swift counterpart are incorrect however. This means that calling the method from swift...
Unlike objects, column values can be nil, so the block signature should reflect this.
The YapDatabase.registerDefaultSerializer() and YapDatabase.registerDefaultDeserializer() functions both register the object serializer/deserializer and the metadata serializer/deserializer despite the fact that the documentation states that they only register the object serializer/deserializer. I'm not...
I've encountered an issue that has a similar root cause to issue #274 but manifests itself differently. When an object that is deleted as a result of a relationship causes...
This is more of a proof of concept at this point, the latency is pretty high, but it can be used to get DJI video onto an iOS device live....