James Tang
James Tang
Wasn't able to compile on OSX Mavericks due to XML library not found error. I'm not sure if this is a Mavericks specific problem, and isn't public release yet so...
I'm running into a crash issue when I tried to execute the draw method in the following Objective-C to Cocoascript code. ``` objective-c - (CGImageRef)createMappedImageRefFrom:(CGImageRef)imageRef scale:(double)scale { size_t width =...
Thanks everyone for waiting! We've just released an update for Sketch 52 and Mojave. This quick fix might not work for older Sketch version, so if you're on older Sketch...
Lets keep track of all community driven blog posts here! https://github.com/jamztang/MagicMirror.sketchplugin/wiki/Blog-Posts
Put it there! https://github.com/jamztang/MagicMirror.sketchplugin/wiki/Tips-&-Tricks
Here's the setup I encountered issue ``` swift let imageText = Node( direction: .Column, padding: Edges(top: 20, bottom: 20), children: strings.map { (text : String) -> Node in let image...
https://github.com/devicekit/DeviceKit/blob/513b9d7e7a1bd46504a1009bbab943b75ce2f195/Source/Device.generated.swift#L2108-L2111 If we consider the following code, it would not work well because of `0x03` can be subtracted by `0x01` and `0x02` in binary operation ``` extension ApplePencilSupport func supportsHover()...