Dennis Værum
Dennis Værum
Hey, first of great project :smiley: Now to the bug, when I render the markdown file [systemD.md](https://github.com/charmbracelet/glow/files/5899502/systemD.txt) (had to upload it as a TXT file) I see some weird line-wrapping....
It doesn't look like glow is following the standard for markdown when it comes to the option of adding 2+ spaces to the end of a line to indicated line...
Both in the Queue class in the Worker class, can one find `queue_class` `job_class` https://github.com/rq/rq/blob/v1.10.1/rq/queue.py#L40 https://github.com/rq/rq/blob/v1.10.1/rq/worker.py#L101-L102 But what about making it possible in the Job to support custom Failed-, Started-,...
I could really use the function Copy on ArrayList, but it would probably also make sense to add it to the other lists. I can see that the function Values...
`xclip` does not support wayland, so if xclip is not install the program should check for the `wl-paste` (part of "wl-clipboard" package) and use that instead. Hopefully this will be...
I was wondering if there was a reason for why the 2 structs and their methods, e.g. load_from_file, are not public? https://github.com/dermesser/yup-oauth2/blob/78b79cf92cf71fd183fbe07fb44a2f29529a49b0/src/storage.rs#L185-L351 Because, from the way I read the code,...
### This issue is unique. - [x] I have used the [search tool](https://github.com/ONLYOFFICE/DocuemntServer/issues?q=) and did not find an issue describing my bug. *Note:* This issue may be related to https://github.com/ONLYOFFICE/DocumentServer/issues/2083...
Thanks for taking the time to suggest an addition to awesome-selfhosted! Please fill out information below (all fields are mandatory unless noted otherwise): ```yaml # software name name: "DavMail" #...
Hey I don't know if it is because of something having changed with nftables rule checker or something else, but I am getting the following error ``` error: builder for...
I am getting this error when I try to build my flake package in NixOS, but if I try to build the package using `nix build` it works perfectly fine....