Results 15 comments of Michel Rouly

`env.dump()` only returns values that have already been retrieved (AFAIK). It would be difficult to know when to log that. For example, if it's logged on application start, that may...

Generally speaking that's what we're doing (loading from `Env` on startup), but they're not loaded centrally. During dependency injection, different services and modules are wiring in their own from a...

Just providing a complete example of using dot to do postprocessing as @mmzx described -- ``` layout_engine=osage docker run --rm -i ghcr.io/burntsushi/erd:latest -d -f dot < "foo.er" | dot -K$layout_engine...

Looks like [upstream contributors view this as not their problem](https://github.com/jupyterlab/jupyter-collaboration/issues/183) -- it's an issue in downstream extensions (like voila).

@helloxcq @zzy14 @eustomaqua @Freyr-Wings @skeletondyh Any chance of getting this merged? We've been maintaining an internal fork with this change for over a year now.

@wing328 is this something you could help out with? I don't really have any context on where the other mainline OpenAPITools projects publish.

Apologies for my absence, thanks for taking this on @ckipp01 it's much appreciated.

Hey @JFCote! I tried out the snippets you pasted [over here](https://github.com/jrouly/sbt-openapi-generator/tree/issue.31). I ran `$ sbt openApiGenerate` on Linux and then checked in the resulting `generated` folder. Can you do a...

We spoke on Slack, but summarizing here: I was able to generate code using the same sample build setup and your provided spec files, so the multi-file spec is not...