Andy Hawkins

Results 5 issues of Andy Hawkins

Allow for non-composer users to download from github releases and work with the package on no shell accounts (sans composer), like FTP, ect.

I'll try to debug later when I have more free time but I'm getting: ``` Exception in thread 2: Traceback (most recent call last): File "/usr/lib/python3.4/threading.py", line 920, in _bootstrap_inner...

I've updated the livereload to allow for setting [Cross-Origin-Embedder-Policy](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cross-Origin-Embedder-Policy) to "cross-origin", so it will work with other sites that require-corp, and same-site headers. Allowing you to use [SharedArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer) in modern...

Here is what I'm seeing. Ubuntu 14.04, Python 2.7.8. ``` ➜ ~ tamper.py ^CTraceback (most recent call last): File "/usr/local/bin/tamper.py", line 345, in main(sys.argv) File "/usr/local/bin/tamper.py", line 341, in main...

Currently it is impossible to set an IPv6 address to an AccessRule from the API. This pull will add a new method `setIPv6` to match `setIP` which only supports IPv4....