David Chisnall

Results 416 comments of David Chisnall

Thanks. Some of the things in the diff are guarded by `WindowBorderAscii`, which looks fairly non-invasive. A lot of the other bits look as if they are small displacements that...

Looks like it. Setting `TERM` to `screen-256color` gave me output but the mouse didn't work. Setting it to `xterm-256color` worked (I could have sworn I tried that, but apparently not)....

The nightly doesn't appear to work with image embeds from OmniGraffle, which are of the form: ``` ``` The output HTML contains this: ``` ``` Which looks as if it...

Also verified that this still persists with the 15.06 release.

[This is a simple `.svg` created from OmniGraffle](https://gist.github.com/davidchisnall/9130cb84e3e3f0ed215d), which exhibits the problem. It expects to find `image1.png` in the same directory and embeds it in the svg. (As an aside,...

After a little bit of debugging, it appears that Sozi is not correctly handling XML namespaces. If the svg tag contains `xmlns:xlink="http://www.w3.org/1999/xlink"` and the reference to the image is `xlink:href="image1.png"`,...

WebKit (at least, in Safari and Chromium on OS X) displays the image if it has `foo:href`, for any value of `foo` as long as in the `svg` tag has...

What are the blockers? It appears as if the only thing preventing it from working is the lack of a binary.

[Cirrus CI](https://cirrus-ci.org/) provides free FreeBSD CI and can be triggered automatically from GitHub.

`unw_resume` is an internal symbol used by the unwinder. I believe that it's only present in the nongnu / GCC implementation of libunwind, not the LLVM one. I'm not sure...