Jan

Results 10 issues of Jan

When installing the local CA into the system using `mkcert -install` all entities for which it is installed are reported: ``` The local CA is now installed in the system...

We want to use toxy behind a corporate proxy for resilience testing of our client for a REST service provided by another institution. We can only access the service through...

DreamFactory requires MySQL tables to use the InnoDB engine: > Older versions of MySQL default to using the MyISAM engine. This engine does not support foreign key relationships and is...

enhancement

I have a Findbugs configuration in Maven which loads the include filters from the classpath. When running ``` mvn compile findbugs:findbugs mvn findbugs:gui ``` on the command line the correct...

According to the initial comment in `wasabi_server.py` Wasabi should be compatible with Python 3+. However, for me it crashes when using Python 3. I tried 3.10 locally and 3.11 down...

Hi Elmar, we stumbled across a weird problem when classifying sequences with SINA. One of our users searched for a partial sequences which as classified as `Archaea;Halobacterota;` despite eight of...

bug

Build is failed if {{assertj.failOnError}} is set to {{true}} and - at least one input class could not be found or - an exception is set in the report The...

Currently, the generator plugin always generates the assertion class which requires the `test-compile` step of Maven to compile the classes in every run - even if no source code has...

enhancement

When the generator plugin fails to create assertion classes (e.g. because of package protected class see #46) the build is not failed by the plugin. The build fails later when...

Bash supports setting the background color to default background color since version 2.53 (http://pueblo.sourceforge.net/doc/manual/ansi_color_codes.html). This fix has a glitch when the macOS X Terminal.app is used (my version is 2.7.2...

discussing