-
Updated
Jul 15, 2021 - Swift
code-generator
Here are 836 public repositories matching this topic...
-
Updated
Aug 14, 2021 - TypeScript
-
Updated
Jul 12, 2021 - Swift
-
Updated
Jul 27, 2021 - Java
-
Updated
Aug 13, 2021 - Java
-
Updated
Aug 11, 2021 - Java
-
Updated
Aug 16, 2021 - TypeScript
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
Jul 31, 2021 - Go
-
Updated
Jan 17, 2021 - Go
-
Updated
May 18, 2021 - Java
-
Updated
Aug 6, 2021 - Java
-
Updated
Aug 9, 2021 - Java
-
Updated
Jul 12, 2021 - Swift
-
Updated
Jul 29, 2021 - PHP
-
Updated
Aug 7, 2021 - JavaScript
-
Updated
Jan 23, 2021 - M4
-
Updated
Aug 8, 2021 - C++
-
Updated
Aug 10, 2021 - 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
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
Aug 13, 2019 - Swift
建议BaseRepository 里增加返回 IQueryable 的Get / GetAsync 的方法
有了之后就可以在service 里面进行拼接LINQ 用于获取到ViewModel中关联其他类的数据
-
Updated
Aug 13, 2021 - Dart
-
Updated
Aug 1, 2021 - Rust
-
Updated
Aug 12, 2021 - C
-
Updated
Jul 11, 2021 - Go
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?