Torben Knerr

Results 42 issues of Torben Knerr

...so that we can use `berks viz`

AppVeyor is sweet :-) https://ci.appveyor.com

## Description What I'm trying to achieve is to get immediate feedback / streaming output reported to the console, but at the same time a report in junit / xml...

category/reporting
type/feature-proposal

I was surprised the `-Dsonar.stash.comments.reset=true` only resets the earlier comments in the diff, but not the overview comment. Is this the desired behaviour, or is there something wrong on my...

Hi @jcupitt , as discussed in #331 (see [comments](https://github.com/libvips/ruby-vips/issues/331#issuecomment-1070823466)), we have the need of more fine-grained control on the libvips library version to be used. When you install the `ruby-vips`...

enhancement

Not sure if this bug fits here. I'm using RubyInstaller Ruby 2.0.0-p451 (x64) with DevKit 4.7.2 (x64) on Windows7. After installing the rdoc-data gem and installing the ri data for...

Windows

Often you find that software is structured in sub-modules, represented by different directories. I was looking to find out what the stable and what the unstable modules are for our...

I'm currently using parameterized tests like here: http://docs.pytest.org/en/latest/parametrize.html Example: ``` python import pytest @pytest.mark.parametrize("name,version", [ ("ansible", "2.1.0.0"), ("git", "2.7.4"), ("python", "2.7.11"), ("python-pip", "8.1.1"), ("meld", "3.14.2"), ("vim", "7.4.1689"), ]) def test_package_is_intalled_at_version(Package,...

feature-request

would you mind updating / relaxing these dependencies?

When starting a service with sudo privileges, the service's active state will be shown correctly with sudo privileges only, but not with user privileges. Example: consider the `apache2` service. At...