CC007
CC007
The apiVersion for deployments and the ingress are not working for kubernetes 1.18. Even when manually upgrading them gives me issues: ``` Error: unable to build kubernetes objects from release...
Closes #147
**Is your feature request related to a problem? Please describe.** Right now it's a pain to configure the elementary compiler to run the test on a full module. **Describe the...
### Short description I have something similar to this: ```java @SuperBuilder class Foo { @Builder.Default private final String bar = "FooBar"; @JsonCreator public Foo(@JsonProperty("bar") String bar) { this.bar = bar;...
Just like in Wordle, it would be nice if your scores could be tracked in a cookie/local storage as a histogram of how many guesses it took to determine the...
It would be nice for 2 people to play the same free play game, through sharing a link to the game. That way multiple people can play competitively for those...
Fixes #511
**Describe the bug** The test `CsvTokenizerTest.testTypeInference()` fails when running `mvn clean package`: ``` ... [INFO] --- surefire:2.20:test (default-test) @ manifold-csv-test --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S...
**Describe the bug** I was trying to use `auto` as a generic parameter. This did compile, but the Manifold IntelliJ plugin wasn't happy. It created a `StackOverflowError` in the "IDE...
**Describe the bug** When creating the filter and map extension method for Iterable, I get the follwing error: ``` Compilation failure: Compilation failure: [ERROR] /java/util/List.java:[5,17] name clash: filter(java.util.function.Predicate