Skip to content
#

code-generator

Here are 836 public repositories matching this topic...

JoakimSoderberg
JoakimSoderberg commented Sep 8, 2020

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?

lepinkainen
lepinkainen commented Jun 21, 2020

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.

JEECG是一款基于代码生成器的J2EE快速开发平台,开源界“小普元”超越传统商业企业级开发平台。引领新的开发模式(Online Coding模式(自定义表单) - > 代码生成器模式 - > 手工MERGE智能开发), 可以帮助解决Java项目90%的重复工作,让开发更多关注业务逻辑。既能快速提高开发效率,帮助公司节省人力成本,同时又不失灵活性。具备:表单配置能力(无需编码)、移动配置能力、工作流配置能力、报表配置能力(支持移动端)、插件开发能力(可插拔)

  • Updated May 18, 2021
  • Java

🔥 ZXing的精简版,优化扫码和生成二维码/条形码,内置闪光灯等功能。扫描风格支持:微信的线条样式,支付宝的网格样式。几句代码轻松拥有扫码功能 ,ZXingLite让集成更简单。(扫码识别速度快如微信)

  • Updated Aug 6, 2021
  • Java
moseskarunia
moseskarunia commented May 22, 2021

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

Improve this page

Add a description, image, and links to the code-generator topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more