Skip to content

Instantly share code, notes, and snippets.

View max-scopp's full-sized avatar
馃ザ

Max Scopp max-scopp

馃ザ
View GitHub Profile
blueprint:
name: "Sunlight Based Shutter Control"
description: >
Adjust shutters based on the time of day and their current position.
Between sunrise and sunset, if the average current position is below the target percentage, the shutters will be set to that target.
Outside these hours (between sunset and sunrise), the shutters are fully closed.
domain: automation
input:
shutters:
name: Shutters
@max-scopp
max-scopp / cloudSettings
Last active September 18, 2018 15:19
My public and maybe soon cleaned up code-config.
{"lastUpload":"2018-09-18T15:19:41.879Z","extensionVersion":"v3.1.2"}

Ensure you are able to install apps from non-verified vendors: $ sudo spctl 鈥搈aster-disable

Before Changing up your System, try to quarantine the app (works ~80%): $ sudo xattr -rd com.apple.quarantine /Applications/<My.app>/

DON'T try the CORE KeyGen Patcher, doesn't work since Sierra


Keybase proof

I hereby claim:

  • I am max-scopp on github.
  • I am mscopp (https://keybase.io/mscopp) on keybase.
  • I have a public key ASACTrj3P8AX82i7sPj7oW2JBB7-2eb8sU7KWymAscsHDQo

To claim this, I am signing this object:

Re-install without version checks:

yarn add --pure-lockfile node-sass

Install with version checks:

(if your projects requires an older node-sass)