Ben Packard
Ben Packard
I wonder if this is a cocoapods issue or something on our Parse pod side. Most of the fixes for this issue for other projects don't work here, and we...
Just a note to confirm that this is still an issue using Xcode 13.3.1, cocoapods 1.11.2, and Parse SDK 1.19.3
Thanks @cbaker6, yes I have seen that issue and it is not related unfortunately. In his instance, queries would fail every time because he missed a configuration step. In this...
For anyone else experiencing this issue, I don't really have a direct workaround, but for now I am avoiding relying the shared `currentUser` in the extension. Instead, in the main...
I would like to make this small change myself and provide a pull request - is there any information available on the preferred process for this? Thanks.
Thanks @diegoreymendez. Very impressed with this project so far and hopefully I can make some more meaningful contributions eventually.
P.S. Can I get an invite to the slack?
Also interested to know if there is a different working way to style captions?
After some more looking around, it appears that the caption format is set by the `FigcaptionFormatter` in `apply(to attributes: [NSAttributedStringKey: Any], andStore representation: HTMLRepresentation?)`, where it is hardcoded to color...
@pash2048 Here's something you might want to consider (just chipping in as the original opener of this issue, happy to see it might get picked up!) I suspect most people...