soloturn
soloturn
would be cool if the config file would be in .config/ungit like suggested by the xdg base directory spec: https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
i tried to build swift language here with github actions: https://github.com/soloturn/swift-aur/actions but - the regular swift is built with jenkings. and one could add community based nodes, like described here:...
can you please describe how to set up actions so it does bisect and merge changes like e.g. zuul-ci would do?
tried to use the newest version 1.7.1 and jenkins builds behaved different than before. when creating an annotated tag called 1.0.0 it builds. with 1.5.1. the behaviour is the same...
currently ther are two problems. first is with diffplus spotless, which fails the formatting when using java8: https://github.com/diffplug/spotless/issues/658 second, javadoc fails when using java9 and newer when not setting JAVA_HOME...
would it be possible to publish the war into a maven repository please?
there is a comment here: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890754 From: Adrian Bunk To: Debian Bug Tracking System Subject: python3.6 3.6.4-4 makes typecatcher FTBFS Date: Sun, 18 Feb 2018 14:27:57 +0200 Package: python3.6 Version:...
thank you for your cool program. gnome-terminal has white background. the dfault color of mcfly is unreadable there. am not to sure how they are doing this, but programs like...
**Affects PMD Version:** 7.0.0-rc4 **Rule:** [GuardLogStatement](https://docs.pmd-code.org/pmd-doc-7.0.0-rc4/pmd_rules_java_bestpractices.html#guardlogstatement): Logger calls should be surrounded by log level guards. **Description:** ```java if (handler.isPresent()) { handlerMap.put(field, handler.get()); } else { logger.error("Unsupported field: '{}.{}'", type.getId(), field.getName());...
using fluent logger avoids evaluating methods, and fixes the PMD warning: log not surrounded by "if". this is in case the argument to a parameterized logger is a method call,...