Franklin Yu

Results 335 comments of Franklin Yu

@DougPlumley No progress. Contribution welcome of course.

The Ubuntu bug has been fixed in Ubuntu/Debian, but the Python bug is included only in next minor release (3.7).

Yes, it is not expected to be a simple fix. I think it may even break backward compatibility (if anyone is really using this operator). Hard choice.

I would be happy either way. Even current implementation of `Accept-Language` isn’t working. Mine: ``` Accept-Language: zh-TW,zh;q=0.9,en-US;q=0.8,en;q=0.7,zh-CN;q=0.6 ``` So I would close this issue if `Accept-Language` is correctly implemented. According...

[RubyDoc](http://www.rubydoc.info/gems/wikipedia-client) might help.

Strongly agree. Example of violation: ElixirWin/ChocolateyPackages#45

I think we should keep this issue open, since #58 is incorrectly deduplicated. This issue can cover all services with CGroup-delegation. `checkservices` should check the `Delegate=pids` to decide the correct...

It is possible, but then we need to remember which request has BOM. Given that information, simply prepend those several bytes to the request.

It may take me some time to find the Burp record (I can do it during weekend), but I remember it was a UTF-8 BOM. According to the source you...

My try with Gson: google/gson#1481