Diamond

Results 394 comments of Diamond

Also, scroll-to-message is currently broken. Getting them to work in GTK is a pain-in-the-ass-and-a-half. I'm not sure why it's this hard, but it is.

> but perhaps you could calculate the message offset from the bottom of the list, and then do a quick interpolation of the scrollbar from current position to new position?...

Does this not work for inline spoiler tags, e.g. `hello ||world||`?

You can use a hover/tap `EventController` combined with [`method.TextView.get_iter_at_position`](https://docs.gtk.org/gtk4/method.TextView.get_iter_at_position.html) and [`method.TextView.window_to_buffer_coords`](https://docs.gtk.org/gtk4/method.TextView.window_to_buffer_coords.html) to obtain the character mark at the hovering point, then check if it has a spoiler tag and set...

I don't use Disgo.

@switchupcb This is irrelevant to the issue so I'll try to keep it short, but do you have an intermediate format (like jsonschema) for your [dasgo](https://github.com/switchupcb/dasgo)? I'm been interested in...

> As a result, you are requesting a code generator that parses every `dasgo` object and allows you to generate code based on the structs. Ah well. I guess I...

It seems like these measurements were added without merging this PR. Since that fixes it, I'll just close this PR.

I'm working on a go-w3m library here: https://gitlab.com/diamondburned/go-w3m/ Along with a port of Ueberzug in Golang (that I'm working on)

Latest commit changed go-w3m's LICENSE to MIT. I'm still working on `ueberzug`'s resize feature, which sadly doesn't work at the moment.