Andreas Zöllner
Andreas Zöllner
This is only intended for debugging purposes and might be rejected by Apple if used in a release version.
I implemented a version supporting CheckMenuItems and will create a pull request shortly. ________________________________ Von: Michael Sims ***@***.***> Gesendet: Wednesday, May 11, 2022 4:01:17 PM An: dustinkredmond/FXTrayIcon ***@***.***> Cc: Andreas...
Sorry, I have been busy with some other stuff. PR is on it's way.
Yes, imagine the following table `myTable`: | ID | height | timeDif | | --- | --- | --- | | 1 | 10.5 | 0 | | 2 |...
Great! Also, if I get this code to work I'll file a pull request. --- Von: ccgus [email protected] Gesendet: Mittwoch, 8. April 2015 20:05 An: ccgus/fmdb Cc: Andreas Zöllner Betreff:...
Our collections are too big to be split up, we would end up with hundrets of collections.
yes, but the actual requests within the same folder need to be run sequential.
Hi, this would work but would be even better if the list could be generated automatic at root level of a single collection.
Hi @rangav, is there any plan to implement this in the near future?
Yes, Apple implemented a similar method with the same name -(NSData_)XMLData. I was able to use -(NSData_)innerXML instead in my case where I don't need the root object. But this...