Yevgeny Kazakov
Yevgeny Kazakov
### Bug description If jupyterhub is used with classic notebooks by setting the environmental variable `JUPYTERHUB_SINGLEUSER_APP` [as documented](https://jupyterhub.readthedocs.io/en/2.0.2/reference/config-user-env.html#switching-back-to-classic-notebook), then the XSRF cookie is installed in the incorrect path `/`, which...
### Bug description The [example for running a shared notebook as a service](https://github.com/jupyterhub/jupyterhub/tree/main/examples/service-notebook) does not work when jupyterlab is used as a single-user server (which is about to be the...
Currently there are several places with the description of the configuration for the `idle-culler` service: - [Get Started>External services](https://jupyterhub.readthedocs.io/en/stable/getting-started/services-basics.html#configure-the-idle-culler-to-run-as-a-hub-managed-service) - [Technical Reference>Services](https://jupyterhub.readthedocs.io/en/stable/reference/services.html#launching-a-hub-managed-service) - [JupyterHub RBAC>Use Cases](https://jupyterhub.readthedocs.io/en/stable/rbac/use-cases.html#service-to-cull-idle-servers) - [JupyterHub Idle Culler...
DON'T MERGE TO MASTER! This patch will not work with Java 8 (currently bundled with Protege) on MacOS due to some swing incompatibilities. I just added replacements for the removed...
It seems like some notebook paths in nbgrader UI are determined from the page address, which does not work with the [jupyter-collaboration extension](https://github.com/jupyterlab/jupyter-collaboration). For example, by pressing the "Validate" button...
### `nbgrader --version` 0.8.1 nbgrader has a [command line option to generate solutions](https://nbgrader.readthedocs.io/en/stable/command_line_tools/nbgrader-generate-solution.html) but there appears to be no respective function in the [High-Level API](https://nbgrader.readthedocs.io/en/stable/api/high_level_api.html). Given that there is already...
Moved from the Protege issue protegeproject/protege#741: If an object property is explicitly stated to be subproperty of an inverse, invalid inferences are made. Here's a minimal example ontology. ``` Prefix:...
### Description After updating to the latest docker, I noticed that my system (MacBook Pro M1, 16 GB) runs out of working memory when building docker images. Checking Activity Monitor...
Could you, please, provide a more detailed change log for the latest version 5.11.22? It looks like two additional dependencies `cadical` and `cadiback` are now required for the build. What...