Michel Rouly

Results 6 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.