Nick Cross

Results 30 issues of Nick Cross

I can't see a changelog to denote what changed between releases and neither are GitHub Releases (https://docs.github.com/en/github/administering-a-repository/about-releases) being used. Could this be improved please?

dnf5

This was mentioned in https://github.com/rpm-software-management/microdnf/issues/20 but I think it should be an explicitly separate use-case. This is useful for containers that *only* have microdnf and want to run e.g `microdnf...

dnf5

I have seen the code ```if( "true".equals( System.getProperty( "PipelineExtensionDetector.expandFailures" )``` but I couldn't see any documentation related to it. Can this be documented please?

enhancement
good first issue

Desired Behavior ============================== While I can see PR 26 this does not seem to be merged into master. I think it would be useful if the documentation described this in...

A maven jenkins job with xml like ``` <b>JacORB 3.x Github</b>
 <br/>
 <br/>
 -1 3 -1 -1 false ... ``` doesn't translate to yaml but to the raw xml. Is...

Currently the _entire_ OSBS configuration/container section has to be placed within the image that requires the Cachito integration activated. This is due to several reasons: - We need to detect...

type/enhancement
status/review

This is a sequel to #696 / #701 ; if we instead we modify builder.py :: before_generate (L81) so that init is called _before_ `dependency_handler.handle` then we could pass the...

type/enhancement
status/review

Having tried a few of the different themes (normal, slack, dark) on Firefox 88.0.1 on Fedora 34 one thing I did notice is that the highlight for which room I...

It would be nice to have an option to add a blank line before the license block or / and after the license block.

todo
is:feature
in:core

Under JDK11, it does not correctly handle ``` true``` and generates invalid links e.g. `https://docs.oracle.com/en/java/javase/11/docs/api/java/lang/Throwable.html` instead of `https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Throwable.html` Its possible to reproduce by changing ``` diff --git a/testing/pom.xml b/testing/pom.xml index...