rubyFeedback

Results 249 comments of rubyFeedback

I also concur with headius, coming from another point of view (indirectly that is). 3.3.6 was recently released (which also has issues; ruby-gtk3 does not work right now, and I...

Compiling libunistring (https://ftp.gnu.org/gnu/libunistring/libunistring-1.3.tar.xz) works fine for me, never had an issue, so this option would not affect me negatively (I think). I do, however had, have one question: - Would...

(Those issue discussions are quite helpful; I just ran "hexapdf images" on a random .pdf file and got a neat table overview of all images. I was not aware before...

> For some reason the linked documentation is performing quite well at the moment. It can fluctuate a little bit in my experience. Adding a simple copy/paste "use this to...

Sounds good (I have not yet looked at XMP). Just for an overview, what would you expect XMP to be useful for? Is it simply to get additional information about...

Perhaps this can be generalized, e. g. allowing users to create such panels / widgets on an ad-hoc basis and customize it to their liking(s). Getting the HTML/CSS for this...

Interesting. But these paths don't confuse any compile-related aspects? Failing to compile GTK4 is an issue though. I actually also had problems compiling it via meson; in my case I...

I have no substantial opinion on this, and I actually use Symbols a lot in my own code to denote special meaning. For instance in my commandline shell written in...

This actually also taps into ownership. I myself no longer use rubygems as a gem-author (I still use gems as a user, of course) after the somewhat recent 100.000 downloads...

> adding a timeout with some hint This may be useful in general. Recently I called a method I named readlines(), assuming it would read a method I defined in...