Drew Fisher

Results 67 comments of Drew Fisher

I suppose I could try overriding `box_url` and such based on provider, for the time being. I worry a little that we won't pull in updates from upstream unless I'm...

Here's a workaround for now: ``` bash vagrant box add --provider libvirt --name debian/jessie64 --checksum-type sha256 --checksum e27b8b97f8f87ea5cf79a33bff43a3787f6c33c7ef2f70689b3425329d05c916 http://dl.zarvox.org/debian-jessie64-libvirt-8.1.0.box ```

Tricky. Just the other day, you wanted to merge the init and dev and pack steps as much as possible. :P I wonder if we should split the "I want...

FWIW, I observe that the paths that were failing were fairly long (227 characters past your source directory's root). If your source folder's absolute path is more than 33 characters...

The PHP stack definitely supports live-reload. The Python stack can, depending on how you've configured your Python application. The static backend will serve updates to files live. So that's basically...

Sadly, we do typically need two-way sync for other stacks: `/opt/app/.sandstorm` needs to be writable by the app, so that `sandstorm-files.list` will sync out to the host, as well as...

I think I'm +0 or maybe +1 on: * Reject unknown prefixes * Reject unknown: `is:`-prefixed tags * Reject `meta-for:` if the corresponding `group:` doesn't exist * Allow operators to...

We might consider doing the same (at least prompting for "are you sure") with puzzle page URLs

Another thing that we could do is add some UI somewhere to specify [iceTransportPolicy](https://developer.mozilla.org/en-US/docs/Web/API/RTCPeerConnection/RTCPeerConnection#icetransportpolicy) as `"relay"` in the RTCPeerConnection configuration argument and just test that the calls still work end-to-end....