Mark Derricutt

Results 34 issues of Mark Derricutt

### Description of the bug I seem to have gotten my repository into a bit of a pickle with branchless and I'm not sure how to proceed, beyond trashing my...

enhancement

## Summary When running `mvn spotless:apply` under the newly released Java 21, and manually updating the `asm` dependency, I get an error about `'other' is different type of Path`. -...

bug

After starting to use OpenRewrite I see that the application of the [Hide Utility Class Constructor](https://docs.openrewrite.org/reference/recipes/java/cleanup/hideutilityclassconstructor) rule causes ApprovalTests to not use the `PackageSettings.java` class: ```java final class PackageSettings {...

bug

It's becoming more common to have "in progress" todos, with the main Obsidian plugins now supporting custom emoji around these states as well, such as: ``` - [/] This is...

I'm fairly new to using the Waypoint plugin, and already finding I'd love to include a short except from a note into the generated waypoint. Something like: ``` %% Begin...

enhancement

``` [ERROR] Failed to execute goal com.theoryinpractise:googleformatter-maven-plugin:1.0.4:format (com.theoryinpractise:halbuilder-styleguide-tile:1.0.4-SNAPSHOT::reformat-sources) on project halbuilder-core: :474:49: error: Syntax error on token ">>", > expected -> [Help 1] ```

Add support for simple resource views, which allow you to generate a sub-set of the resource in question. ``` public class ResourceView { private List names; private List matches; public...

Does ttorrent support [private trackers - BEP27](http://www.bittorrent.org/beps/bep_0027.html) at all? Looking for potential ways of limiting access to torrents based on application level security/authentication checking...

When a dependency have multiple exclusions, is seems like the order of `groupId` and `artifactId` are consistently, ordered inconsistently: ``` com.smxemail * * smx3 ``` The first exclusion, puts `groupId`...

up-for-grabs

Is there an easy(ish) way of finding an immediate child element by tag name? `getElementsByTagName` returns a node list of all matching tags, regardless of depth, I see theres a...