Rafael Chaves
Rafael Chaves
Fixes #? ### Context ### Contributor Checklist - [ ] [Review Contribution Guidelines](https://github.com/gradle/gradle/blob/master/CONTRIBUTING.md) - [ ] Make sure that all commits are [signed off](https://git-scm.com/docs/git-commit#Documentation/git-commit.txt---signoff) to indicate that you agree to...
### Context Back [in 7.0](https://github.com/gradle/gradle/pull/16248), we removed most Maven artifacts from the Gradle distro so they could be dynamically fetched in gradle init --type pom, in an attempt to reduce...
The model task fails if tried with configuration cache enabled. ``` $ gradle model --configuration-cache ``` ``` Configuration cache is an incubating feature. Calculating task graph as no configuration cache...
KaiZen-OpenAPI-Editor 0.8.0.201706092017 If I provide 1.2 as the value of the API version property, I get an unhelpful error message. "value of type number is not allowed, value should be...
No way to create a DateTime (other than now). Should be able to create DateTime from Date and Time objects, at least.
For instance, in the signature below, clients should be able to omit a value for date, and the implementation of newCharge should still be able to rely on it not...
For instance: ``` class String specializes Primitive query isEmpty() : Boolean; query size() : Integer; query add(s : String[0,1] := "") : String; query add(s : any[0,1] := "") :...
Reasoning: because we are going to start reporting incompatibility between optional sources and required targets. See #162.
Similar to Memo, but with support for formatting. Maybe RichTextString and RichTextMemo?
For instance: - if two constraints apply for a user, one with a more restricting and another with a less restricting permission, which one wins? - order matters? - if...