Carsten Allefeld

Results 129 comments of Carsten Allefeld

Agreed, seems like vroom creates its output in a strange way. Control characters to move the cursor?

@halsafar how did you use VLC to get the stream? I couldn't figure out the URL for the actual video stream.

Search seems to only work on text within descriptions, not package or function names. E.g. I can't find lme4 by searching for "lme4", but searching for "linear mixed-effects models" returns...

I think having a markdown-based alternative format for Jupyter notebooks is a great idea. But supporting and slightly expanding on the interoperability issues @jgm raised: Just for simplicity's sake I...

Sorry, I claimed that `qmd` is Pandoc-interoperable, which it is not exactly, the exception being executable code blocks. I'm not involved in Quarto development, but I have taken part in...

I have version pandoc-eqnos 2.5.0 installed from PyPI via pipx, and the bug still occurs. I checked line 174 of `pandocxnos/core.py`, and the regular expression is like @benmaier proposed. Pandoc...

Strangely, `ail-cli` does list its commands, just not with `--help`, but if it is called without arguments. ``` $ ail-cli Usage: ail-cli [options] [...] Options: -h, --help Displays help on...

@cderv, sorry for picking up this old thread, but I ran into the same issue and I am still confused after your explanation. I understand that if the output of...

I encountered this problem with Quarto, then searched for a solution and found this issue. Example, file `cacheplot.qmd`: ```` --- embed-resources: true --- ```{r} #| cache: true df

I encountered a similar problem: `fprintf('→\n')` produces an entirely different symbol in the output. ![image](https://user-images.githubusercontent.com/1738353/227737929-30221b7e-0031-4d0d-9a77-640e6b01531d.png) That symbol is "Non-printable U+001A". Here is the produced cell: ``` { "cell_type": "code", "execution_count":...