Stephen Paul Weber
Stephen Paul Weber
> So binary output is in fact a non-starter because it would mean that notty doesn't work over ssh. That is extremely sad, but also a very good reason to...
that version working well for me
https://dev.gajim.org/gajim/gajim/issues/8580
They could also do disco to see if the identity has a category of gateway... but that seems like overkill for what the feature enables :)
I'm trying to use this "directly" without the `messages-are-flowing` package, but when I add the code and wire it in, I either still get normal fill behaviour (no trailing space)...
Hmm, but I was just trying to use Maybe -- does it generate an Either with both branches of same type by accident?
Sure, I can get around it, but the point is that since all of the data is always in fact going to be UTF-8, the library should honour that.
I'm not sure how the Xapian bindings handle things, but if they just use the raw bytestream and assume it's UTF-8 (because, yes, Xapian alwas stores/returns in UTF-8) then you...
What if I change to do the writes only manually so I doesn't need to be appending constantly?
`haxe.Http` says I need hxssl for https support, though...