Ryan Tam

Results 85 comments of Ryan Tam

What would be a better error message? I can't really think of a better one here myself 😕

Hello! There is no setting to support this at the moment, I agree this is something useful and will work on this when I get more free time! (PR always...

> I created a trailing space remover extension, which works on notebook save event. > > You can check how I implemented it: > https://github.com/wallneradam/jupyterlab-trailing-space-remover > > It was very...

Didn't know this exists, TIL! I did a quick investigation, it's unlikely jupyterlite can be supported without a big rework, in order to support it, we also will need to...

Could you run `jupyter server extension enable --py jupyterlab_code_formatter` and retry? I think this line was removed from the README by mistake.

Okay removing it from the README was not a mistake, I just didn't publish the package which I have now. If you upgrade to 1.4.2, it should automatically do this...

JupyterHub starts the underlying server differently to how JupyterLab is now started under the hood (I think only since JL 3) . I just spent a whole day diving into...

> One oddity: The initial run failed due to `/usr/etc` not existing on my system, which I created globally writable. After successful installation, the file `/usr/etc/jupyter/jupyter_server_config.d/jupyterlab_code_formatter.json` had been created. >...

That's weird.. I just tried it with `black==22.3.0` and I can't replicate this, is this still an issue if you try again with `22.3.0`?