Holger Just

Results 9 issues of Holger Just

This situation can happen on existing data which has a set due_date but no start_date. The code would then error out with ``` TypeError: expected numeric or date in [RUBY_ROOT]/lib/ruby/1.8/date.rb:1252:in...

## Environment * OS: macos * age version: v1.1.1 ## What were you trying to do In trying to encrypt the contents of a file named `-`. I'm giving this...

Currently (with Syncthing 1.27.2), all cookies emitted by the Syncthing Web UI are accessible to JavaScript running in the browser (and thus susceptible to tampering / stealing via potential XSS...

enhancement
needs-triage

For Bash, the builtin command `test` resp. `[` accepts both `==` as well as `=` as an operator. POSIX however only specifies `=`. Thus, if the scripts are used with...

Since f838afb94a23f47c79e9eea2cd3a45827b62e1b1, the gem prioritizes a query to `_spf.DOMAIN.EXT` instead of using a query to the requested domain itself. This produces invalid results in case a domain publishes SPF records...

This fixes #10 by completely removing the implicit query for `_spf.DOMAIN`. We thus query the actual domain provided by the user only.

This resolves #1069. However, I'm still not 100% sure if the `RubySingleThreadExecutor` is *actually* serialized. From my understanding of the code, it is, but there may be edge-cases I'm missing...

In 455203e, the `RubySingleThreadExecutor` implementation was updated to use the generic `RubyThreadPoolExecutor`. With that change, the previously included `SerialExecutorService` module was removed, resulting in `RubySingleThreadExecutor#serialized?` now returning `false`. I'm wondering...

### Description The appcast.xml file at https://borgbase.github.io/vorta/appcast.xml which is used by the Sparkle update framework currently announces only the ARM builds for Vorta 0.10.0 and 0.10.1. This breaks Vorta on...

status:idea