-
Updated
Dec 4, 2021 - Swift
code-generator
Here are 890 public repositories matching this topic...
-
Updated
Feb 20, 2022 - TypeScript
-
Updated
Feb 14, 2022 - Swift
-
Updated
Feb 18, 2022 - Java
-
Updated
Feb 19, 2022 - Go
-
Updated
Feb 18, 2022 - Java
-
Updated
Feb 20, 2022 - Java
I have two setups, in one the -parallel
option works just fine in vscode - it generates parallel test cases as it should. In the other it doesn't do anything (not reporting errors in custom flags is a problem in the vscode go plugin, which is not the issue here).
Both were installed with go get -u github.com/cweill/gotests/...
when in the $HOME directory within 15 minutes of each other.
-
Updated
Feb 18, 2022 - TypeScript
-
Updated
Feb 1, 2022 - Go
-
Updated
Feb 19, 2022 - C++
-
Updated
Dec 18, 2021 - Go
-
Updated
Sep 18, 2021 - Java
-
Updated
Feb 9, 2022 - Java
-
Updated
Feb 17, 2022 - Java
-
Updated
Jul 12, 2021 - Swift
-
Updated
Feb 20, 2022 - PHP
-
Updated
Feb 10, 2022 - JavaScript
Problem
- @JsonSerializable(createFactory:false) still generates _$classNameFromJson
- If I haven't write
factory ClassName.fromJson(Map<String, dynamic> json) =>_$ClassNameFromJson(json);
before running build_runner, it says that it cannot create toJson, and no .g.dart file is generated - This is a nested object
To Reproduce
import 'package:freezed_annotation/freezed
-
Updated
Jan 23, 2021 - M4
-
Updated
Feb 20, 2022 - Ruby
-
Updated
Feb 4, 2022 - C++
-
Updated
Feb 1, 2022 - JavaScript
-
Updated
Feb 14, 2022 - Dart
Document features
add documents include examples on each feature.
I haven't validated the theory directly, but I've noticed that casting to a type variable is considered "fully checked" by FreeBuilder's analyser (missing case in CAST_IS_FULLY_CHECKED visitor), so it seems likely.
Very minor issue but also trivial to fix.
-
Updated
Feb 9, 2022 - Rust
建议BaseRepository 里增加返回 IQueryable 的Get / GetAsync 的方法
有了之后就可以在service 里面进行拼接LINQ 用于获取到ViewModel中关联其他类的数据
Improve this page
Add a description, image, and links to the code-generator topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the code-generator topic, visit your repo's landing page and select "manage topics."
Problem statement
I Recently noticed there's support for SwaggerUI and ReDoc built-in.
But when using the Stratoscale template this is not working.
If I try to load the
swagger.json
in a browser I don't get the API browser. This is never mentioned in the documentation, but are there any options that I'm missing related to this?