Marquis Wong
Marquis Wong
Add CreateModable#withMode(CreateMode, PathEncodingType) where PathEncodingType is an enum with values DEFAULT and ALLOW_EMPTY. When a node is created with ALLOW_EMPTY, trailing /s will not be removed from the path. This...
The current Mongo Java API gets rid of the MongoClient class, replacing it with an interface. Calls to `new MongoClient` should be replaced with `MongoClients.create`. (See https://www.mongodb.com/docs/drivers/java/sync/current/legacy/) With the old...
When I have the indentation module enabled with basicOffset = 4 and lineWrappingIndentation = 8, I'd like to have this code: ``` class Foo { private static VeryLongType methodName(VeryLongType parameter,...
We noticed a behavioral change in the generated static factory in 2.8.x, when inheriting fields from a parent class. For example, with the following code: ``` public interface Foo {...
Reproduceable by setting up a Maven project using therapi-runtime-javadoc, and then running `mvn clean compile compile`. ``` [ERROR] Caused by: javax.annotation.processing.FilerException: Attempt to reopen a file for path /Users/mwang/code/example/target/classes/com/foo/bar/ExampleClass__Javadoc.json [ERROR]...
Allow running the released-version goal with optional parameter versionPrefix, which filters the matched released versions to versions that begin with that prefix. For example, if the released versions are 1.3.1,...
The released-versions goal can only find the highest released version right now. I want to be able to use it to release new versions by: Detecting the most recent released...
## What happened? Both of the following indentation levels are allowed, and depending on what the state of the code was before running the formatter, it is non-deterministic which one...
Tutorial
Hello! I've interested in using autoanki and autoanki/cli. Do you have a quick (even just a few lines?) tutorial for how you use it?