Mikkel Kjeldsen
Mikkel Kjeldsen
Using Dapper 2.0.90 and ``` > select @@version; Microsoft SQL Azure (RTM) - 12.0.2000.8 May 12 2022 23:11:24 Copyright (C) 2022 Microsoft Corporation ``` Given ```sql SELECT 1 FROM foo...
This is CSharpier 0.20.0: ```csharp class X { private int? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa; private int? bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb; private int? ccccccccccccccccccccccccccccccccccc; static void null_coalescing_arithmetic() { var x = new X(); var result1 = x.aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa...
#### What version of ripgrep are you using? ``` ripgrep 12.0.1 (rev 1143888259) +SIMD -AVX (compiled) +SIMD +AVX (runtime) ``` #### How did you install ripgrep? Compile from source. ####...
From the history of CheckOptionalEmptiness I'm not entirely certain which exact issues it is _intended_ to protect against but I ran into a surprise with `j.u.Optional::or` that led me to...
That `WARN` is `WARN` and not `WARNING` frequently trips me up. When a mistake like that is made the default output is something like ``` Fatal error compiling: invalid flag:...
discusses limitations of configuring Error Prone in Maven and demonstrates a way to split arguments across multiple lines. However, while that example works outside of Windows it does not work...
This is #1655 again, with the catch that `BatchConfigurer` (`BasicBatchConfigurer`?) is not available in Spring Boot 3. Therefore, the Spring Boot autoconfigured Spring Batch `JobLauncher`'s `TaskExecutor` cannot be directly customized...
The new report from 1.2.0, stryker-mutator/stryker-net#1818, is absolutely terrible for skimming. Yes, I can use the arrow buttons to navigate. No, that's not easier either. Neither does toggling visibility of...
### Describe the bug Like but for `jf mvn`, and it's the entirety of the `.mvn` directory that `jf mvn` seems to ignore. For `.mvn/jvm.config` that means no in-process compiler...
### Describe the bug As demonstrated in , for the ADO build summary page to list "warnings" and "errors" these have to be printed to stdout in a specific way....