Aaron Wilson

Results 27 comments of Aaron Wilson

All newlines, I can generate a screenshot real quick

![image](https://user-images.githubusercontent.com/57950/81512931-19d15680-9314-11ea-80af-8a6b9f953559.png) ctrl+c and then paste into python repl ![image](https://user-images.githubusercontent.com/57950/81512947-29e93600-9314-11ea-9173-899150aeecc1.png) and the normal behavior as a control ![image](https://user-images.githubusercontent.com/57950/81512963-46856e00-9314-11ea-9a3b-d900b03db071.png)

Sidenote, this seems to double-up the events, meaning that a single file-save is sending "attrib" twice to the notifier.

It's been a while and I abandoned this approach, so I'll have to poke around again to try to reproduce, let's see where I get.

In this context, HTTP is the transport. See [here](https://thrift.apache.org/docs/concepts#transport).

Theoretically, you try to open the path as a file as the fallback to unsupported schemes, rather than simply giving up. Let the filesystem figure out what it can and...

Alternatively, maybe it's a bad idea for "load" to magically coerce different path types to begin with, and the function should have separate treatments for "filesystem paths" and "URLs".

@wooparadog stays pretty busy, from what it sounds like. I agree that #285 is a good enough approach, we should accept it.

Thanks for the pointer, I was suspicious about how convenient that `4` was in the options there but couldn't find the documentation in `gen_tcp` that pulled it together, so I...

Please do this.