Jens Henrik Goebbert

Results 101 comments of Jens Henrik Goebbert

I have a similar problem with "--args" running the following command: `gdbgui -r --port 5454 --user user1 --password debug --args /tmp/bin/pvserver -v=9 -l=/tmp/pvserver_log_9.out,9 -l=/tmp/pvserver_log_1.out,0 --disable-xdisplay-test --use-offscreen-rendering --server-port=12113` gdbgui runs then...

I love gdbgui. Using gdb in the browser is a big step forward making debugging on remote machines much easier. Many thanks for this great work. I had a look...

Here's a suggestion on how to solve it: https://github.com/cs01/gdbgui/pull/296

I can confirm that. With GCC 11.2.0 and CUDA 11.5 on Rocky8 it fails with ``` [..]/c++/11.2.0/type_traits:71:52: error: redefinition of constexpr const _Tp std::integral_constant::value 71 | template [..]/c++/11.2.0/type_traits:59:29: note: constexpr...

Thank you, @Avery-H `-DCUDA_NVCC_FLAGS="--std c++14"` is a great solution.

This issue seems to be a problem for some already before as I found the workaround here: https://insightsoftwareconsortium.atlassian.net/browse/ITK-3538?focusedCommentId=27765&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-27765

To be more concrete, I have written an Xpra proxy for jupyter-server proxy: https://github.com/FZJ-JSC/jupyter-xprahtml5-proxy Here I would like to use password/encryption of Xpra through the URI parameters, which is not...

The following pull request adds this feature to `jupyter-server-proxy`: https://github.com/jupyterhub/jupyter-server-proxy/pull/226 How it is used can be seen here: https://github.com/FZJ-JSC/jupyter-xprahtml5-proxy/blob/v0.3.0_devel/jupyter_xprahtml5_proxy/__init__.py#L125

This is a fantastic new feature! For supporting code-server from within JupyterLab this would be great. For security reasons we cannot add code-server to the JupyterLab launchpad through jupyter-server-proxy, yet,...

I created a `jupyter-codeserver-proxy` at [Github](https://github.com/FZJ-JSC/jupyter-codeserver-proxy) and [PyPi](https://pypi.org/project/jupyter-codeserver-proxy/) which would highly profit from support for unix sockets.