Mark Amery

Results 116 comments of Mark Amery

I can confirm that Requests ignores `Content-Length` despite the fact that both `urllib3` and the built-in `http` module check it, when used in the most obvious possible ways (and despite...

This was fixed in https://github.com/rrwick/Basecalling-comparison/commit/098889b96f8f24c5f098d85651f06d0c4dae53f5#diff-04c6e90faac2675aa89e2176d2eec7d8 and can be closed now.

Sublime Linter supports a magic `${project}` variable that can be used within paths in project settings, so that the config above could be written like ``` "color_variables_files": [ "${project}/path/to/file" ]...

Yeah, it's hard to guess at what's going on without any information about what server they were using or how it was responding to requests.

@lahwaacz no - that doesn't handle escaping (at the very least we need to look at `wfUrlencode` to know which characters to percent-encode), and I suspect there are other complicated...

> The [standard](https://en.wikipedia.org/wiki/Percent-encoding#Percent-encoding_in_a_URI) tells you which characters in the URL need to be escaped. This isn't true for several reasons. Firstly, it isn't true even in general that the URL...

> Are alpha channels represented like this in some context? Yes; it's how hex colors work in CSS. See the "#rrggbbaa" section at https://developer.mozilla.org/en-US/docs/Web/HTML/Applying_color#RGB_values.

FWIW, I respect the attempt to clearly document when people should and *shouldn't* use your library. If https://github.com/closeio/ciso8601/pull/70 gets merged, you'll have another reason to use this: strict parsing of...

> This seems more related to AppArmor than the duties of the cookbook itself, can this be composed via https://github.com/chef-cookbooks/apparmor? How so? It's this cookbook that's creating the AppArmor policy...

At a glance the linked code doesn't seem to have been obviously derived from this codebase. What particular sections do you think were copied?