Oliver Siegmar
Oliver Siegmar
I just noticed that this functionality was actually implemented by https://github.com/broamski/aws-mfa/commit/5334deb170204c14922b25b22617c2b1e909d0f6 four years ago (2018-05-15) but never released. This makes it very simple to use aws-mfa together with 1Password-CLI: `aws-mfa...
Similar to #1771
Similar to #1771
The bug goes even further. None of the `` elements will be used but the fallback ``. **Markdown source:** ```html ``` **First (or refresh) load (works correctly, shows the first...
I created a repository for demonstration purposes including steps to reproduce: https://github.com/osiegmar/github-dark-mode-bug Feel free to send pull requests if you know more scenarios.
I just checked `ch.qos.logback.classic.spi.ILoggingEvent` and couldn't find a way to obtain the thread ID. Also I read https://logback.qos.ch/manual/layouts.html#ClassicPatternLayout and couldn't find the mentioned `%T` placeholder. Even if there's a way...
I'm closing this issue because filtering can be easily added by custom field mappers (implemented like the mentioned MdcDataFieldMapper) and I do not want to further increase the complexity if...
According to [GelfCodec.java](https://github.com/Graylog2/graylog2-server/blob/8051aae60d436beef614f0acbbf1b8306a530508/graylog2-server/src/main/java/org/graylog2/inputs/codecs/GelfCodec.java#L262), Graylog requires a `short_message` that "is not blank" (by using Apache Commons Lang3 StringUtils). The definition of blank by `org.apache.commons.lang3.StringUtils#isBlank`: > Checks if a CharSequence is empty...
CI seem to be broken -- wasn't me :)
PR outdated and fixed