Indragie Karunaratne
Indragie Karunaratne
That would be nice! This uses MultipeerConnectivity right now because it was really easy to set up and use, but agreed that there are better solutions.
@insanj Thanks for the feedback! I definitely agree that there should be an easier way to extend the parsing functionality without modifying the underlying cmark library. If cmark provided some...
Please paste the crash log / backtrace.
You can use `CMParser` directly to do your own custom transformations: https://github.com/indragiek/CocoaMarkdown/blob/master/CocoaMarkdown/CMParser.h
I have a production Yosemite app using this, and while the warning is logged, it doesn't seem to affect the functionality (at least for now). There's no workaround that I...
@gregucsd My app got approved a few days ago.
Yeah, it looks like using a textured window or setting `movableByWindowBackground` to `YES` are the workarounds to this issue. I'll see if there's a solution that doesn't require a workaround.
@jakepetroules It's using `-mouseDragged:`. See here: https://github.com/indragiek/INAppStoreWindow/blob/master/INAppStoreWindow/INAppStoreWindow.m#L446
I think I recall from past experience that there was some funky behaviour with `-mouseDragged:` not being called when the drag is initiated while the app is not active. I'll...
@wadeco That's a good idea. I'll keep this open to track progress in making that fix. I can look into it when I have some time, or I'm also happy...