Simon Li

Results 655 comments of Simon Li

As part of these changes do you think we could make part of https://github.com/jupyterhub/kubespawner/blob/6d6fc1d4b56715bf74764462b862bded63b14cb7/kubespawner/spawner.py#L1856-L1887 into a configurable Callable? E.g. ```python def get_expansions(self): ... return dict(...) template_expansions = Callable(default=get_expansions, config=True) def...

I'm maintaining a couple of go packages on conda-forge: - https://github.com/conda-forge/stern-feedstock/ - https://github.com/conda-forge/steampipe-feedstock/ Updates to the above packages are currently blocked due to requiring go 1.19, which hasn't yet been...

[http2-proxy looks simple enough](https://github.com/nxtedition/node-http2-proxy/blob/master/index.js) that if we want to keep CHP then vendoring and maintaining it ourselves, including deleting any unneeded functionality, sounds reasonable, whether as a stop gap or...

This is the relevant JupyterHub issue, deleting is effectively the same as cancelling: https://github.com/jupyterhub/jupyterhub/issues/2975

I recently ran into something similar in https://github.com/ome/omero-web-docker. That's definitely _not_ a minimal example, but I'm pretty sure it used to work, so if I get time I might be...

https://github.com/evansd/whitenoise/pull/259 is the problematic PR in my case, 5.1.0 works, 5.2.0 doesn't. I'm using Django 1.11 with something like ``` FORCE_SCRIPT_NAME = "/prefix" STATIC_URL = "/prefix/static/" ``` The related issue...

What are the expectations on Jupyter clients that comply with this addition? For example, are they expected to: - use mermaidjs 10 (or version X) for rendering all mermaid diagrams...

It's potentially confusing, but I think the current behaviour is required to support adding users via the JupyterHub API, otherwise those users would be lost on every hub restart. Adding...

@minrk mentioned that roles aren't modifiable via the API since we won't know whether they're added via config or dynamically via the API. The same applies to services, which has...

It would also be nice if there was a parameter to enable the display of ROIs when the image is opened.