Skip to content
#

code-generator

Here are 918 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?

meeech
meeech commented May 27, 2022

Version

1.13.0

What happened?

Hi. New user, evaluating sqlc for use.

What Happens:

We have some migrations/*.sql. When running sqlc generate, all the .sql in this folder are being executed.

So i get errors like

migrations/V20220422073404__create_intitial_tables.sql:1:1: relation "integrations" already exists

and

migrations/V20220524081832__created_a
bug good first issue 📚 postgresql 🔧 golang
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.

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

  • Updated Jun 22, 2022
  • Java

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

  • Updated Jul 7, 2022
  • Java

😸一个快速开发脚手架,快速搭建企业级后台管理系统,并提供多种便捷starter进行功能扩展。主要功能包括前后台用户分离,菜单权限,数据权限,定时任务,访问日志,操作日志,异常日志,统一异常处理,XSS过滤,SQL防注入,国际化 等多种功能

  • Updated Jul 2, 2022
  • Java
honglei
honglei commented Apr 22, 2022

python-betterprot is awesome.
However, users may forget to implement some service-methods declared in proto file, which cause no error on the server-side.
@abstractmethod may give user some hints to realize it.
One question: why user should implement method echo_stream in EchoService while the related rpc method named EchoStream in proto file?

enhancement good first issue small

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