Matt Curtis

Results 29 issues of Matt Curtis

Goals: 1. Avoid name conflicts with other classes in the runtime and 2. Allow for multiple instances/versions of the framework/plugin to co-exists in the same runtime _Swift envy_

help wanted

First off — thank you for making this site; it's invaluable in getting a parsable breakdown of constraint resolution errors! Something I noticed is that constraint identifiers are completely lost...

enhancement

Hey guys, We've been trying to get our plugin, [Fluid for Sketch](https://github.com/matt-curtis/Fluid-for-Sketch), to download and install properly via Sketch Toolbox. Currently, any installs done through it fail. From what I...

According to the [libexpat documentation](https://github.com/libexpat/libexpat/blob/master/expat/doc/reference.html#L1017): > Note: the `len` argument passed to these functions should be considerably less than the maximum value for an integer, as it could create an...

question

Metron is a lovely little library and has saved me a ton of time! Circle works for some cases, but not for ellipses. Seeing this officially supported would be great.

feature request

This library looks awesome. :) I had a few questions: - How does Seam handle two different model versions on two different devices, both trying to use the same records/keys?...

Would be very helpful assigning to Objective-C properties and methods that call for blocks.

It looks like `[MOClassDescription addInstanceMethodWithSelector:function:]` retains something, thereby causing the JSContext/script to be retained and live on forever. Is there any way to weakly assign the function or force it...

For example - `JSExport` isn't listed (among others). Why is this? Few of the common protocols are available.