Gergő Pintér
Gergő Pintér
It does not solve the issue, but others might find this workaround useful, until the bug is resolved. ``` :::::::::::::: {.columns} ::: {.column} - foo - bar - baz :::...
I like the idea of multiple git repository, thus I can have a private storage and also I can use the sheared snippets. With git the change tracking is also...
It's now officially dead: https://github.blog/2022-06-08-sunsetting-atom/
The `..n..` and `..prop..` options was hard to find for example. The docstrings describes them, and they are the same as in ggplot2, but I did not know their existence...
[KateX](https://github.com/Khan/KaTeX) is a nice library for this purpose.
Sorry for hijacking the thread, but I think my case is closely reletad even though I have actions instead of named destinations. ```python with pdf.open_outline() as outline: for i in...
I personally would use the GH Wiki or rather Pages for a simple static site instead of the current one. I think it is easier to contribute via PR-s even...
@albertosottile I cannot open it, although I see the tab, but I think that the wiki is the weaker solution. I am not sure that anyone would be able to...
There is a built-in solution as well: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files
MPD is (also) a [protocol](https://mpd.readthedocs.io/en/latest/protocol.html) that lets you control the player. I think a crate like [this](https://github.com/elomatreb/mpd_client) should be included to the spotifyd to provide an MPD interface. disclaimer: I'm...