Strong typed, autocompleted resources like images, fonts and segues in Swift projects
-
Updated
Oct 7, 2021 - Swift
{{ message }}
Strong typed, autocompleted resources like images, fonts and segues in Swift projects
A tool for generating code based on a GraphQL schema and GraphQL operations (query/mutation/subscription), with flexible support for custom plugins.
The Swift code generator for your assets, storyboards, Localizable.strings, … — Get rid of all String-based APIs!
A code generator for MyBatis.
jOOQ is the best way to write SQL in Java
Java 1-15 Parser and Abstract Syntax Tree for Java, including preview features to Java 13
OpenAPI (f.k.a Swagger) Specification code generator. Supports C#, PowerShell, Go, Java, Node.js, TypeScript, Python, Ruby
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.
Command line tool to generate idiomatic Go code for SQL databases supporting PostgreSQL, MySQL, SQLite, Oracle, and Microsoft SQL Server
Jennifer is a code generator for Go
JEECG是一款基于代码生成器的J2EE快速开发平台,开源界“小普元”超越传统商业企业级开发平台。引领新的开发模式(Online Coding模式(自定义表单) - > 代码生成器模式 - > 手工MERGE智能开发), 可以帮助解决Java项目90%的重复工作,让开发更多关注业务逻辑。既能快速提高开发效率,帮助公司节省人力成本,同时又不失灵活性。具备:表单配置能力(无需编码)、移动配置能力、工作流配置能力、报表配置能力(支持移动端)、插件开发能力(可插拔)
Speedment is a Stream ORM Java Toolkit and Runtime
又名大狼狗代码生成器,基于SpringBoot2+Freemarker的JAVA代码生成器,以释放双手为目的,支持mysql/oracle/pgsql三大数据库, 用DDL-SQL语句生成JPA/JdbcTemplate/Mybatis/MybatisPlus/BeetlSQL等相关代码.
Bash argument parsing code generator
The Tensor Algebra Compiler (taco) computes sparse tensor expressions on CPUs and GPUs
Bash command line framework and CLI generator
Problem
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 generatedTo Reproduce
import 'package:freezed_annotation/freezedI 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.
The Flutter code generator for your assets, fonts, colors, … — Get rid of all String-based APIs.
Xcode Source Code Extension to Generate Swift Initializers
建议BaseRepository 里增加返回 IQueryable 的Get / GetAsync 的方法
有了之后就可以在service 里面进行拼接LINQ 用于获取到ViewModel中关联其他类的数据
Rust Macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev.
基于IntelliJ IDEA开发的代码生成插件,支持自定义任意模板(Java,html,js,xml)。只要是与数据库相关的代码都可以通过自定义模板来生成。支持数据库类型与java类型映射关系配置。支持同时生成生成多张表的代码。每张表有独立的配置信息。完全的个性化定义,规则由你设置。
Add a description, image, and links to the code-generator topic page so that developers can more easily learn about it.
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.jsonin 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?