Aidan Feldman

Results 219 comments of Aidan Feldman

As a band-aid, if you use Gulp both inside and outside of Docker, you can [disable `gulp-notify` using an environment variable](https://www.npmjs.com/package/gulp-notify#disable-gulp-notify) that's set in your container.

In my case, the worker route is configured at a subdomain (jsonp.afeld.me), while my second-level domain (afeld.me) is configured to be `DNS only`. `wrangler dev` tries to access access `https://afeld.me/cdn-cgi/workers/preview/?...`,...

cc https://github.com/ansible/ansible/issues/16048

Another resource: http://government.github.io/best-practices/

Just ran into the same issue; the script seems to be checking for it here: https://github.com/instructure/canvas-lms/blob/4e0a9e39debe8d39df7a1d5dfdad72f2826b58f5/script/common/os/mac/dev_setup.sh#L39

Yep! What @drealmer said.

P.S. The one-student-per-team setup is described here: https://education.github.com/guide/sandboxing#2-set-up-the-repositories

Great idea! Added to the guide here: https://github.com/education/guide/pull/17/files#diff-210ff2d03b894dd17769e5adb4e5d9afR40

@dannguyen Check out https://github.com/benbalter/github-uploader – might solve your problem!