Mathieu Dutour

Results 272 comments of Mathieu Dutour

I made a repo with a script to generate the headers + parsing them (changed a bit your script to handle protocols as well and merge the different implementations of...

@inarol do you want to open up a PR to this repo? Happy to merge it. I can't seem to see what's the actual fix in the commit

hum what's your macOS version?

haven't reviewed yet but there were some discussion about transpiling `cocoascript-class`, I don't think it's as simple as running babel on it: https://github.com/airbnb/react-sketchapp/issues/106#issuecomment-327771451

for sure. It just takes a lot of time which I don't have for now. But I'm happy to review and accept a PR. We could even put the tutorial...

Yeah I don’t think there is another solution. That’s also what I’m doing in the Sketch DevTools. What we could do perhaps is automate this by monkey-patching localStorage automatically so...

Yes exactly. Do you want to have a go at it? There is already an example of monkey patching `window.postMessage`, it should probably be similar

Perfect! Give me a shout if you need something

> Additionally, when using Safari's Devtools, it won't close automatically when the affected BrowserWindow and all subsequent BrowserWindows close. That makes me think that there is a long-running script that...