Yuvi

Results 210 issues of Yuvi

Currently, the bash kernel only autocompletes variables and builtins / commands. Would be great if it could use bash / readline's completion features to autocomplete in all the ways bash...

If I have the following code: ```bash while true; do echo -n "."; sleep 1; done ``` I never actually see the output. If I remove the `-n` to echo,...

gitattributes now supports '**' to mean 'entire subtree'. Using '*' instead of '**' is an easy mistake to make with pretty bad consequences. Hopefully this added emphasis will make it...

Often I'm browsing my history to copy paste a command to someone else. Right now, I've to select it, hit enter, then copy paste it with my mouse. Instead, would...

Hello! Very helpful extension, thank you for building and publishing it! If I install the gmaps python package and open JupyterLab, I get this: JupyterLab 3.0 lets you distribute extensions...

As of 0.8, JupyterHub supports encrypted [auth_state](http://jupyterhub.readthedocs.io/en/latest/reference/authenticators.html#authentication-state). Ideally, JWT should just be entirely put into auth_state for possible use later. I'll send in a PR shortly!

Without this, busybox's `diff` is used and I get the following message about it not supporting `-I`: ``` + make ARCH=x86 prepare diff: unrecognized option: I BusyBox v1.34.1 (2022-04-04 10:19:27...

LOVE THE PROJECT! I want to use `signal` calls in my bpftrace programs, but I *think* you need to pass `--unsafe` to bpftrace to enable that. Right now, if I...

## Project description [JupyterHub](https://github.com/jupyterhub/jupyterhub) is a wonderful project that allows multiple users to spawn Jupyter notebooks (formerly IPython notebooks) in a shared space and collaborate together. It has support for...

Little work
Beginner
Joined