Results 24 comments of Phil

To fix this I've found a solution. **Run this in your terminal:** ``` sudo xattr -r -d com.apple.quarantine /Users/${USER}/Library/Application\ Support/com.bohemiancoding.sketch3/Plugins/Sketch\ Measure.sketchplugin/Contents/Sketch/SMFramework.framework/SMFramework ``` **EDIT:** This command only enables the execution of...

Hi @jadach1 The updater cannot find the `dev-app-update.yml` in dev mode. This file contains all necessary information about the update. I also needed this in my PR. You need to...

I am still maintaining (: I do not know about the others

I will have a look :) thanks for the suggestion! I'm a little busy at the moment. But updates will be coming soon!

We use **du**. Sometimes the non personal approach won't work and it sounds like robots are writing these docs.

You can simply catch the error :) ```javascript const qrScanner = new QrScanner(/*...*/); qrScanner.start().catch((e) => { // handle error }); ```

Oh ok. I'm on 1.17-beta5. I've screen captured it for you ;) ![code-peek-bug](https://cloud.githubusercontent.com/assets/15351728/25968728/d70a88ca-3692-11e7-8880-cc2fc3cf50b3.gif)

This thread is definitely useful. I hope it won't get too bloated in the future ^^ Sometimes it's really difficult to find the right words. I think your solution is...

Should we stay with "Hello, world!" or use "Hallo, Welt!" ?

Alrighty. I'll update the "Hello world" page.