Hermann Mayer

Results 20 comments of Hermann Mayer

I can confirm both issues. (footnotes, installation) We should also take care of the rmagick requirement. (lib/docx_converter) ``` [DEPRECATION] requiring "RMagick" is deprecated. Use "rmagick" instead ```

:( Breaking change in a patch version. This does not only affect `Grape::Validations::Base`, but also users who extended existing built-in validators or compositions of it. This is even worse for...

> @Jack12816 What is the plan for getting this over the finishline, potentially (preferred) bumping this to 3.1.0 The tests for 3.0.0 still failed in the latest state of this...

@stephenpmurray I cannot this fully. ``` $ podman-compose -v podman-compose version: 1.0.6 ['podman', '--version', ''] using podman version: 4.4.1 podman-compose version 1.0.6 podman --version podman version 4.4.1 exit code: 0...

* Rename the `source/javascripts/site.js.coffee` to `source/javascripts/site.js` * Convert the `#= require` to `//= require` lines Like mentioned in the first lines of the issue. Works with Sprockets 4 on my...

It doesn't seems they are the same. - On Ubunut there are different packages, too. > https://packages.debian.org/de/wheezy/php5-mysqlnd > https://packages.debian.org/de/wheezy/php5-mysql

@mjeffe I'm getting `E930: Cannot use :redir inside execute()` with vim 9.0 1-1302 with your solution. :( Also the timings for my setup vary. Here's my customized version: ```vim fun!...

Hey arpho, how did you installed eyeD3 and which version of Ubuntu/eyeD3 are you using? The library tries to find the location of eyed3 with the help of system call...

You installed another nodejs wrapper via npm. eyeD3 is an utility written in python that you can install via the package sources of Ubuntu. See: http://packages.ubuntu.com/xenial/python-eyed3 Just install it like...

Could you run this ``which eyeD3`` command and ``eyeD3 -h`` ?