-
I'm running Cocoa Script Editor from inside XCode 5.0.2 on OS X 10.9.1
Simply running `Code Sketch - Newtime.jstalk` example crashes after a couple of seconds.
The callstack:
```
(lldb) thread bac…
-
I think this is very similar to issue #5 but I though I'd leave a simple example script that illistrates it for me. It really only appears in 10.9 for me. I've spent a lot of time trying to find the …
-
Hi, I'm trying to use NSTableView in sketch plugin, but can't to set row count in NSTableViewDataSource using MochaJSDelegate. How to use it in NSTableViewDataSource?
Thanks
-
I recently upgraded from JSTalk to CocoaScript, and it seems like a bunch of old scripts aren’t working any more.
In particular, log() used to work and now doesn’t, and somensarray.length() used to w…
-
[Enter steps to reproduce below:]
1. ...
2. ...
**Atom Version**: 1.1.0
**System**: Mac OS X 10.10.5
**Thrown From**: [language-sketchplugin](https://github.com/daneden/language-sketchplugin) package…
-
It appears the plugin exports the images at twice the size of the artboard.
So an artboard that's 1000x1000 the plugin exports that as a PNG at 2000x2000.
Is this intended behavior?
Is th…
-
If you have overlapping artboards the JS export will behave differently than the native sketch export. Example code:
```
let sketch = require('sketch')
let Artboard = sketch.Artboard
let Rectang…
-
I’ve been debugging a Sketch script, and hit this guy in the debugger:
```
=================================================================
==30290==ERROR: AddressSanitizer: heap-buffer-overflow on …
-
For a plugin that I am writing I need to check the master.id before importing a symbol. This is currently not possible and I have to import all symbols from a library before I can check the master ID.…
-
Have tested it on two copies of Sketch and the latest version seems to break the plugin, the button background and text are no where near aligned anymore.