-
Updated
Nov 8, 2020 - Swift
code-generator
Here are 771 public repositories matching this topic...
-
Updated
Nov 10, 2020 - Swift
-
Updated
Dec 8, 2020 - TypeScript
-
Updated
Dec 8, 2020 - Java
-
Updated
Dec 8, 2020 - Java
-
Updated
Dec 8, 2020 - Java
-
Updated
Dec 8, 2020 - TypeScript
Since TravisCI will no longer be supporting open-source projects anymore, we should migrate CI to GitHub Actions.
-
Updated
Oct 11, 2020 - Go
-
Updated
Nov 16, 2020 - Java
-
Updated
Nov 11, 2020 - Java
-
Updated
Aug 28, 2020 - Go
-
Updated
Jul 7, 2020 - Java
-
Updated
Feb 23, 2020 - Swift
-
Updated
Dec 8, 2020 - PHP
-
Updated
Oct 17, 2020 - M4
-
Updated
Dec 8, 2020 - C++
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
Oct 20, 2020 - FreeMarker
-
Updated
Aug 13, 2019 - Swift
-
Updated
Dec 2, 2020 - JavaScript
建议BaseRepository 里增加返回 IQueryable 的Get / GetAsync 的方法
有了之后就可以在service 里面进行拼接LINQ 用于获取到ViewModel中关联其他类的数据
-
Updated
Dec 1, 2020 - C
I have this freezed class
import 'package:flutter/foundation.dart';
import 'package:freezed_annotation/freezed_annotation.dart';
part 'time_slot.freezed.dart';
@freezed
abstract class TimeSlot implements _$TimeSlot {
const TimeSlot._();
factory TimeSlot({
String start,
String end,
}) = _TimeSlot;
@override
String toString() {
return start + end
-
Updated
Oct 13, 2020 - JavaScript
-
Updated
Nov 27, 2020 - Java
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?