Daniel Heath
Daniel Heath
My issue there is that it breaks ostatus protocol compatibility to achieve something that can be implemented without breaking compatibility. If the project didn't need to adhere to existing federation...
@duck57 trying to proxy is fraught - you have to correctly rewrite *every* instance of the domain name in the body of all resources, but you also have to consider...
If I cname `toots.daniel.heath.cc` to `mastodon.social`, and load up `http://toots.daniel.heath.cc`, I just get a 'welcome to nginx' page.
@semarie I *really* appreciate the concept of splitting webfinger out from hosting - that's a really nice design that avoids quite a bit of complexity.
I'm evaluating it for use on radiopaedia.org - hoping to have a prototype of "quite fast" image extraction from dicom files working soon. It's looking promising, though the sheer variety...
I've figured out an approach that should work in all supported browsers. Instead of using an `img` tag to render images, use the following: This lets you specify the width/height...
It's not a small job and I certainly wouldn't expect @dimsemenov to do it for us. I *would* be keen to hear whether a patch would be welcome or not...
It's looking like he's taking a well-deserved holiday (no facebook/twitter/github activity). Hopefully he's having a great time!
I'd love to see a feature comparison between the two; $WORK are generally OK to pay for stuff but I'd have to be able to write up why we should...
Relatedly, on x11 I get a segmentation fault when trying to render to another window. Programs as simple as: ``` let ptr = 0x1e6ad8c as HWINDOW; // existing Window ID...