Vonfry
Vonfry
## Telega Setup *Emacs*: `GNU Emacs 28.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.33, cairo version 1.16.0)` *Telega*: `telega-20220518.809` ## Current Behavior `describe-function` (`C-h f`) cannot find function named `telega-msg-resend`. But...
Some users only use sddm, and kde is not installed. But the sddm theme is depended on kde components.
Something equal to ``` define $ package "..." `sourceGitHub` ("...", "...") `fetchUrl` (\(Version v) -> fromString $ printf "https://github.com/mayswind/AriaNg/releases/download/%s/...-%s-....zip" v v) ```
Could we list some useful player commands for `netease-cloud-music-player-command` in readme or here? By the way, would it be defined by `defcustom` instead `defvar`. Anyone can put your player config...
**Describe the bug** When org agenda integration is enabled, `org-current-tag-alist` may not be `org-journal-tag-alist` but `org-tag-alist` instead which is set by `org-agenda`. **To Reproduce** Steps to reproduce the behavior: 1....
**Update lish** - [X] english font in abstract - [X] remove unnecessary packages such as lipsum - [ ] adjust cover page space - [x] the underline for boxes on...
A simple example here. ```rust use serde::Serialize; use quick_xml::se::to_string; #[derive(Serialize)] struct Foo { #[serde(rename = "@foo")] foo: Option } #[test] fn test_foo() { let foo = Foo { foo: None...
see [v2.0.0](https://github.com/oberblastmeister/trashy/blob/v2.0.0/Cargo.lock#L892). By the way, it is better to have a new release with other dependencies updating.
`fetchGitHubRelease'` accepts a function whose parameter is version . Could it pass a list of file names or some thing more generic? Currently, this feature can be done by fetching...