Ethan Glasser-Camp

Results 120 comments of Ethan Glasser-Camp

I think part of the problem is that tomlkit [depends on poetry](https://github.com/sdispater/tomlkit/blob/master/pyproject.toml#L51) and poetry [also depends on tomlkit](https://github.com/sdispater/poetry/blob/master/pyproject.toml#L37). pip seems able to install this cycle under normal conditions but I'm...

It seems like this is (at least in part) due to the `--no-binary :all:` flags on the `pip` commands. The pip documentation even says: "Note that some packages are tricky...

We never added a generic `headers` parameter to everything because of our experience with kinto-http.js, where it serves multiple purposes that are difficult to untangle. See the discussion on https://github.com/Kinto/kinto-http.py/issues/125....

In trying to implement this, I discovered that the kind of status that comes with the user is different from a regular kind of status because it doesn't have a...

The difference between dirty and clean whitespace is that dirty whitespace is highlighted and clean whitespace is cleaned on save. When you are working on a project which has clean...

`ethan-wspace-mode` decides whether whitespace is clean or dirty when it is turned on, it examines the whitespace in the buffer. If the whitespace is already clean, then the whitespace is...

Oh! I think I understand your question now. You're not looking for a technical explanation of how the package works but more like a theoretical explanation of what "dirty" means,...

Personally, I am not crazy about the change. While I guess it is true that the JSON Schema spec allows arbitrary additional keys, to me the JSON Schema describes a...

OK, I guess it would make sense to allow using a combined schema instead of/in addition to the current separated format.