Min RK

Results 317 issues of Min RK

## Can't input unicode Can't input unicode text. Try to type `é`, get `é`. This is what would happen if utf8 bytes were interpreted as latin1: ``` python In [2]:...

bug

We are working on packaging node for arm64 macs [over at conda-forge](https://github.com/conda-forge/nodejs-feedstock/pull/174) Attempting to cross-compile on mac, x86_64 -> arm64 with ``` ./configure --ninja \ --prefix=${PREFIX} \ --without-node-snapshot \ --shared...

build
macos
gyp

The web-based notebook diff viewer is in pretty good shape in terms of presented content, so we are ready to start thinking seriously about doing design passes on the diff...

tl;dr: if a library links zeromq built normally and the *same version* of ibzmq is rebuilt with cmake, everything that had linked to libzmq will be broken until they are...

Area (Build/Compilation)
Platform (osx)
stale

The parallel connection files already have pack/unpack keys. These should be included in regular kernel connection files. Perhaps as a part of the next unification of parallel and regular kernel...

kernel

In start.sh, we support setting up the user in a variety of ways that currently require the container to be started as root. #552, #553, #559 introduce a mechanism to...

type:Enhancement

This is a development branch, testing JupyterHub singleuser auth as a Jupyter Server extension Jupyter Server 2.0 introduces two new APIs: - IdentityProvider for configuring authentication - Authorizer for configuring...

new

I think a general considerations doc is appropriate in the base repo, rather than just in z2jh. What do folks think? TODO: - [x] link from somewhere, toc - [x]...

documentation

### Proposed change Define a strict pattern at the jupyterhub level for usernames, e.g. that of a DNS label, which would be: - 3-63 chars - contains only ascii letters,...

api-change

### Proposed change It is often the case that the logs of the single-user server are key to debugging spawn failures. However, the JupyterHub logs can only mention something like...

enhancement