Tiago de Paula
Tiago de Paula
An update for Mistune v3 is already prepared in jupyter/nbconvert#1820, just waiting for a final release.
Looking at how Horizontal Workspace [sets the layout on `workspace_manager`](https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/blob/gnome-3-38/extensions/horizontal-workspaces/extension.js), this could be worked around using a special `dirNextWorkspace()` as below instead of just `Meta.MotionDirection.UP` on actions 3 (switch workspace)...
The newest release from nbconvert, version 7.0.0, is using mistune 2.0.3 (see the [pyproject.toml](https://github.com/jupyter/nbconvert/blob/7.0.0/pyproject.toml#L32)), but mistune 2.0.4 also works.
I made a patch for [email protected] (and [email protected]) that works with pnpm and ESLint v9.0.0-beta.2: https://gist.github.com/TiagodePAlves/8c9b1ed4062a484022f5ebf7ba53a5d5
I'm also having problem here, but I'm not so sure it is xprop's fault. Looking at the code, xdg-mime uses xprop in the [`detectDE` function](https://gitlab.freedesktop.org/xdg/xdg-utils/-/blob/master/scripts/xdg-utils-common.in#L278-L378) to figure out the current...
I've updated the [PKGBUILD on AUR](https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=xpadneo-dkms&id=3020cb40913addf011de9e55af86aa80fd7d03e7) with a warning pointing to the [Arch Wiki on DKMS](https://wiki.archlinux.org/title/Dynamic_Kernel_Module_Support) if the Linux headers can't be found for the current running kernel (`uname -r`)....
> python3 -sBm build -w --no-isolation I'm getting `python3: No module named build` here. I believe nbconvert >= 7.0.0 is supposed to be built with [hatch](https://hatch.pypa.io/latest/). Also, installing from wheel...
Yeah, I feel dumb now... but yeah, the resulting wheel from `build` is equivalent to the one from `hatch`. There are two groups of errors here. The ones from `nbconvert/tests/test_nbconvertapp.py`...
> OK so you been able to reporoduce that issue (which is good). Oh sorry, I couldn't reproduce these issues. Specifically, I couldn't reproduce an installation *without* the template files.
Sorry, I got confused there. But nbconvert search for templates in JUPYTER_PATH, not in PYTHONPATH. Have you tried setting that?