Andrew Gaul

Results 236 issues of Andrew Gaul

Ekanite should provide backup and restore functionality so that the logging server is not a single point of failure. Broadly speaking, the equivalent to [logstash-output-s3](https://github.com/logstash-plugins/logstash-output-s3) and [logstash-input-s3](https://github.com/logstash-plugins/logstash-input-s3) where logs are...

Java 10 recommends `orElseThrow` instead of `get`: https://docs.oracle.com/javase/10/docs/api/java/util/Optional.html#get() Some background: http://mail.openjdk.java.net/pipermail/core-libs-dev/2016-April/040531.html

Audit Java 13-15 API additions using something like: https://gunnarmorling.github.io/jdk-api-diff/jdk14-jdk15-api-diff.html

help wanted

Less error prone than running `javap` over the test source. This also might allow checking the violation against the recommendation.

help wanted

Users should prefer `URI` due to `URL.equals` strange behavior.

help wanted

The Android API is quite large and changed over time; I wonder if modernizer can help people keep up with the latest versions? We would need a separate version field...

help wanted

When taking an SVG screenshot of the Wikipedia home page, the header is missing: ![Wikipedia Screenshot (1)](https://user-images.githubusercontent.com/848247/151325350-542cebf8-1d12-44d7-8812-3fb7cb9f8ee6.svg) This is not a simple image, instead it is: ``` Wikipedia ``` Chrome...

Overload existing `--no-check-md5`. Object stores like S3Proxy cannot return an MD5 ETag using some providers: * Atmos returns nothing * Azure returns an opaque ETag * B2 returns a SHA1

This is a bit cheeky, but I encountered the misspelling `RunetimeError` instead of the correct `RuntimeError` and it seems to have some popularity: https://github.com/search?l=Python&q=%22raise+RunetimeError%22&type=Code cc: @timuralp

### ISSUE TYPE * Bug Report ### GEEQIE VERSION ``` Geeqie 14d8ce45 ``` ``` ./configure --enable-maintainer-mode --disable-gtk3 ``` ### OS / DISTRIBUTION Fedora 31 ### SUMMARY geeqie does not act...