Results 157 comments of Renato Alves

I've updated documentation for now but leaving this issue open as we will want to implement support for `readset` in the future.

Actually I correct my previous post. `%colors` (e.g `%colors Linux`) seems to have no effect in `jupyter-console - 5.2.0`, so there seems to be a problem here too.

I have a conda setup and it works exactly like any other setup: `~/.jupyter/custom/custom.js`. Just make sure to restart your environment and the notebook for changes to take effect.

1) Create a new notebook 2) Create a cell with 20+ lines of text/code 3) Duplicate this cell enough times to fill a screen twice the size of yours. (i.e....

I noticed a small difference today. This problem only seems to affect insert and edit mode. If I Shift+Esc the entire cell becomes visible again.

Hi Alex. I didn't get to debug it myself. Was expecting (more) feedback from primary developers.

Work-in-progress implementation [here](https://github.com/unode/MouseWarp).

With regards to the maintenance aspect that @maxim-belkin mentioned in https://github.com/carpentries/lesson-example/pull/317, the contribution guidelines don't currently cover how to proceed beyond GitHub, so I'm not sure. The path of least...

`JEKYLL_ENV: "production"` is now included. For `site.github` the GitLab issue https://gitlab.com/gitlab-org/gitlab/-/issues/22806 might be relevant. The take home message there is that there isn't a compatibility feature yet. There are however...

Trying to revive this PR but running into some obstacles: 1. Added the plugin [jekyll-environment-variables](https://github.com/iBug/jekyll-environment-variables) which allows accessing ENV variables through `site.env` (e.g. `{{ site.env.HOME }}`). This would allow accessing...