Beau Gunderson
Beau Gunderson
There was some recent discussion about this on Discord as well:  
I wonder if it's a blanket block of MSI filetype? I wonder if it could be fixed just by zipping it...
This came up in the context of onboarding someone on Windows so they could send me something encrypted, so worth addressing I think :)
@luongnt95 looks like support was [added here](https://github.com/melonproject/oyente/commit/539a62c5c8a851e4a6380b62124629d4ecd8667d?w=1)--does it work? :)
also confirming that PyPi installation fails but ``` pip install Cython git+https://github.com/rkern/line_profiler.git ``` succeeds
I'm also looking for this; my next step is to investigate [babel-plugin-istanbul](https://github.com/istanbuljs/babel-plugin-istanbul). *edit:* hmm, not what we're looking for, I think.
Also add docs re: HEAD for determining file sizes.
@gedankenstuecke re: "TwArχiv" I think the culprit is the `AutoSlugField`; one fix would be to [pass in your own `slugify` method](https://django-autoslug.readthedocs.io/en/latest/fields.html#autoslug.fields.AutoSlugField) that didn't mangle the URL ``` In [1]: from...
this is due to the caching middleware being on by default for every `GET` or `HEAD` view that returns a 200 status; Open Humans views can opt out with e.g....
Sorry in advance for the stream of consciousness as I debug this... I removed the `placeholder` key from our `Editor` component. Typing the first character results in a `point` with...