Results 30 comments of Adam Zerner

I have a similar problem. ``` code/auto-selfcontrol-master » sudo /usr/bin/python auto-selfcontrol.py > Start installation of Auto-SelfControl > Removed previous installation files > Installed > Active schedule found for SelfControl! >...

Check out https://github.com/andreasgrill/auto-selfcontrol/issues/8.

> This isn't what you are looking for, but take a look at this Udacity course. I will. Thanks! > I always thought this book was aimed at those who...

Also try going to the developer console, the "Permissions" tab, click "Edit", check off "Request email address from users" under "Additional permissions" and click "Save".

@jamhall I like the idea to use a directive, but: 1) the `div` needs an `ng-model` attribute, otherwise you get a compile error saying it can't find `ngModel`. 2) It's...

@jamhall 1) I see. I'm a bit inexperienced and haven't worked with `require` in the DDO before. When you used the example of `` I didn't realize that adding `ng-model`...

> It happens mostly in Remix because Remix renders/hydrates the whole HTML, while others render/hydrate only a < div id=root /> Given this, would it be a crazy idea to...