Skip to content

Instantly share code, notes, and snippets.

@EarthCitizen
EarthCitizen / gist:9c03901e21ba588a4ce22a6824ff9ac8
Last active January 22, 2019 23:17
swagger-codegen - Spring - NPE - Full Output
spring-client $ swagger-codegen generate -v -l spring -i ../openapi.yaml
16:15:37.061 [main] DEBUG io.swagger.codegen.v3.cli.SwaggerCodegen - there are not options for command 'langs'
16:15:37.063 [main] DEBUG io.swagger.codegen.v3.cli.SwaggerCodegen - there are not options for command 'version'
16:15:37.107 [Thread-1] INFO io.swagger.codegen.v3.config.CodegenConfigurator -
VERBOSE MODE: ON. Additional debug options are injected
- [debugSwagger] prints the swagger specification as interpreted by the codegen
- [debugModels] prints models passed to the template engine
- [debugOperations] prints operations passed to the template engine
- [debugSupportingFiles] prints additional data passed to the template engine
16:15:37.117 [Thread-1] DEBUG io.swagger.codegen.v3.config.CodegenConfigurator - Loaded raw data: openapi: '3.0.0'
@EarthCitizen
EarthCitizen / README.md
Last active October 18, 2024 08:10
gen_statem Wrapper for FluidSynth MIDI Software Synth

Description

The file fluid.erl is an implementation of the gen_statem behavior wrapping around a port for FluidSynth. This is not intended to be generally useful nor practical. It is merely an exercise in learning Erlang.

This has 2 states:

await_ready