Czytx

Results 3 issues of Czytx

In the YAML Version 1.2 specification (http://yaml.org/spec/1.2/spec.html#id2798057),for the Explicit Block Mapping,having the following specifications: If the “?” indicator is omitted, parsing needs to see past the implicit key, in the...

1.moment.tz("2020-04-10 04:00:00","Australia/Adelaide").format() the result is : "2020-04-10T04:00:00+09:30" 2. moment.tz("2069-04-10 04:00:00","Australia/Adelaide").format() the result is : "2069-04-10T04:00:00+10:30" , the timezone offset is +10:30 but it should be 09:30

bug

my project like this: my-maven-multi-module-project/ │ ├── parent-project/ │ └── pom.xml │ ├── module1/ │ └── pom.xml │ └── module2/ └── pom.xml parent-project/pom.xml configure swagger-maven-plugin-jakarta: ` io.swagger.core.v3 swagger-maven-plugin-jakarta ${swagger.version} swagger...