MHellmund
MHellmund
Please change the documentation of django-bower and replace the path in the example line < script type="text/javascript" src='{% static 'jquery/jquery.js' %}'> with 'jquery/dist/jquery.min.js' It may avoid some initial frustration with...
Doesn't help for me. After `sudo mv /usr/bin/npm /usr/bin/npm.bak ` I have no longer an npm in my $PATH, but I still got the same error as before and as...
yes, ``` /usr/bin/npm install @aerijo/apx ~/node_modules/.bin/apx install ink ``` worked without error.
Hmm, `xterm` has the same problem on my desktop and your reading of the docs seems right. So I just opened https://github.com/regolith-linux/ilia/issues/43 BTW, I looked for apps w/o type hint...
closed by https://github.com/PumasAI/QuartoNotebookRunner.jl/pull/121
just a note: - I applied the patch suggested in the Django5 release notes to the 3 instances of `UUIDfield` in the 3 files `wagtail/models/{i18n.py, audit_log.py, reference_index.py}` and this works...
Many thanks for providing Regoltih2 packages for Debian sid! I didn't see the rofication notification counter in the i3xrocks bar. Reason: wrong netcat. I had to install netcat-openbsd (and not...
Thank you! One could argue that this is a bug in i3bar. According to the specifications, only 'normal' windows like xterm are allowed to not set the window type. Apps...
Ah, you are absolutely right! Coloring works with ` exeflags: ["--color=yes"]` and that is fine. I did look into the documentation of Malt.jl but not into the source code :-)...
Just a note: As far as I know, Quarto keeps (i.e., converts to HTML spans with color attributes) the ANSI sequences in output cells only for HTML based output formats....