rubyFeedback
rubyFeedback
Would it be possible to alias YAML[] onto YAML.load_file()? E. g.: x = YAML.load_file('foobar.yml') x = YAML['foobar.yml'] Rationale: Laziness (or "user efficiency" - anything to type less, just as require...
You guys have a FAQ already, but most of the entries link to a video. I can not watch a whole video. I would prefer short statements as answers. (Both...
Hey there Matijs, A bit of background information, just to understand where I am coming from. My first introduction to GUI in ruby was actually via ruby-gtk2. I wrote quite...
I assume ladybird does not yet have an extension platform for people to install add-ons, such as uBlock origin. Recently Google went in to take down uBlock origin - see...
I am currently reading this blog: https://blog.sandipb.net/2023/05/09/decrypting-and-concatenating-pdfs-with-qpdf/ It's quite useful; I'll add more support in my ruby library for dealing with decrypting etc... I also realised that my library has...
Recently I tried to use gs for compression, via old ruby code: gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/screen And so forth. But it failed on a .pdf file. I then tried qpdf...
Hey there jay, holger and everyone else, qpdf is great; I use it since quite some time now. For instance, I have a ruby "booklet" class that handles .pdf books...
Right now we have to use this syntax: qpdf --compress-streams=y --object-streams=generate input_file.pdf output_file.pdf So, first input, then the output file. No wait .... it first has to be output file,...
The last mention of a release here is from 2021: https://github.com/Pocket-Plane-Group/UnfinishedBusiness/releases Now we have 2025. Would it be possible to aim for a new release in 2025, even if it...
Hey guys, I found bat here through kojix2. It has a lot of documentation in the README which is good. But, after reading it a little, I am still not...