Adam Koch

Results 6 issues of Adam Koch

add full Markdown for URLs since Jekyll action doesn't autolink them like GitHub Pages does

Tiny documentation issue. I almost feel bad about reporting this. **Describe the bug** Commit https://github.com/jakartaee/mail-api/commit/0b79585cf2be9ec2a923c2e5c05fb5b1d01bd2c5 removed the Markdown needed to make the links clickable on the GitHub Pages version of...

If you set the filter's disabled field to false, the filter will call doFilter twice. Example: ``` @Bean protected TracingFilter tracingServerTimingFilter() { TracingFilter tracingFilter = new TracingFilter(); tracingFilter.setDisabled(true); return tracingFilter;...

Is there a way to set the logging level so that the [ViolationsApi](https://github.com/tomasbjerre/violations-lib/blob/master/src/main/java/se/bjurr/violations/lib/ViolationsApi.java) class in [violations-lib](https://github.com/tomasbjerre/violations-lib) doesn't [log](https://github.com/tomasbjerre/violations-lib/blob/master/src/main/java/se/bjurr/violations/lib/ViolationsApi.java#L81) the files it find? My project is large and 3112 of these...

After running `./install.sh homebrew` some errors of missing packages was printed. Here's the full output: ```shell [17:13:47] [~/projects/dotfiles] ❱❱❱ ./install.sh homebrew Setting up Homebrew ============================== ==> Tapping homebrew/bundle Cloning into...