msrd0

Results 68 issues of msrd0

I'm trying to parse a simple tag-like language, for example `foo{{x}}bar` would be a valid input. I tried using `choice` to parse this, like so: ```rust let tag = any().map(Token::Verbatim).repeated();...

breaking-change

Similar to the existing `take_while_ref` but with a number of elements instead of a closure.

This moves the currently selected line one line up. From the [emacs wiki](https://www.emacswiki.org/emacs/MoveLine): > See also standard command `‘transpose-lines’`, bound to `‘C-x C-t’`.

enhancement

In emacs, pressing the Esc key three times in a row quits from the current command and returns to the buffer. Say I pressed C-S and want to return from...

enhancement

I just tried to compile this keyboard from source and it didn't work as expected. First, I just tried running `gradle build` which gave me some weird errors neither me...

I tried converting the Rust logo (https://upload.wikimedia.org/wikipedia/commons/d/d5/Rust_programming_language_black_logo.svg) using this tool but it looks a little off: ![image](https://user-images.githubusercontent.com/7853372/185191716-3484724b-cd9d-412d-ae47-b3db90d9f24e.png)

While we use `clap` which has can generate basic bash completions iirc, we will need to tweak it so that e.g. the `-p` flag behaves correctly, and not just accepts...

enhancement
help wanted
good first issue

I tried building the image locally but it failed due to various missing dependencies. I installed all but for the `setup-udev` script which I couldn't figure out which package that...

### Is your feature request related to a problem? Please describe. When I try to install a package that is already built and has dependencies on uninstalled AUR packages, yay...

Type: Feature Request
Status: Discussion Open