Results 58 issues of Dawa Ometto

At the moment, a push to `master` will result in the `precompile-assets` workflow being called. This workflow in turn calls `docker-deploy`, which will build a docker image and deploy it...

Github support the `[!NOTE]` tag to create a note like this: > [!NOTE] > A little note. There are also other [alerts](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#alerts). Gitlab [also supports these](https://docs.gitlab.com/user/markdown/#alerts). Gollum (at least with...

Hello and thanks for all the hard work! The work to integreate `jupyter-standaloneproxy` into this project is amazing and very helpful. However, the (live) docs currently state that one should...

Where #592 introduced the ability to proxy *to* servers running on a unix domain socket, this PR allows the proxy *itself* to listen on a unix socket. - Added CLI...

While testing the implementation of #592 a bit more thoroughly in combination with JupyterHub, I noticed two issues: - the `errorTarget` option was not working correctly with unix socket -...

Thanks for this neat package! I would like to use the `setup_rserver` function from this module to add *multiple* RStudio servers to a JupyterHub environment. This can in principle be...

Resolves #172 Wrap server_data_dir in another temporary directory to maintain security.

I am a bit puzzled by the permissions on the temporary directory created to be used as rservers' `server-data-dir`. The directory is initialized [here](https://github.com/jupyterhub/jupyter-rsession-proxy/blob/main/jupyter_rsession_proxy/__init__.py#L96). According to the [tempfile docs](https://docs.python.org/3/library/tempfile.html#tempfile.mkdtemp)... >...