Ximin Luo

Results 364 comments of Ximin Luo

i've implemented this very quickly here http://github.com/infinity0/gitit/commit/6b78a012789680985584427bee0ae89220a25514 I don't know ANY haskell; i did this with various online references. it's ugly but it compiles and works, if you need this...

is the default supposed to be 127.0.0.1? ``` $ gitit & $ netstat -ltnp | grep gitit tcp 0 0 127.0.0.1:5001 0.0.0.0:* LISTEN 17495/gitit ``` ``` $ gitit -l 0.0.0.0...

iirc the previous behaviour was to listen on 0.0.0.0, so it should remain the same? i think network daemons generally listen on that by default, and serving a public wiki...

> That logic is incorrect: there is one cookie per Set-Cookie header, That's what this line does: ~~~~ cookie = cookie.split(";")[0]; ~~~~ But even if you were correct and my...

> The ideal API is one where the result is the same regardless of whether a proxy is used. I'm not sure what sort of use case you have in...

> The solution offered here works for specific cases, with a non-standard API. The solution offered in this PR works for specific 3rd-party websites that an application developer wants to...

I fat-fingered the original issue submission but have now edited to contain all the details. Here is a sample input file to run the above commands on, click to expand,...

The output is very large. I attached an image in the post above, you can run it yourself to have a look.

The offsets are stored the same in both cases after writing with `exiv2` or `exiftool`, like this: ~~~~ | | 7) OffsetTime = +08:00 | | - Tag 0x9010 (7...

A sample problem file is linked two posts above, click the HTML details element to expand the image.