meator

Results 74 issues of meator

Catch1.x is ancient now. I propose upgrading straight to Catch2 v3 (I know, really bad naming, should have been Catch3). The new version is no longer header only which means...

As far as I know the only use of `--wrapper` is to do `i3 exec`. Therefore this generic feature has only one use and it's failing at it (this is...

`getopt` works but it is a pretty low level way of handling arguments. The biggest drawback I see is that `--help` has to be [hardcoded](https://github.com/enkore/j4-dmenu-desktop/blob/develop/src/Main.hh#L98-L134). Also there are libraries like...

**Describe the bug** The code sample in https://github.com/catchorg/Catch2/blob/devel/docs/own-main.md#adding-your-own-command-line-options very likely results in undefined behavior. **Expected behavior** Everything working. **Reproduction steps** Here is the code triggering this: Adding your own command...

### Problem [Lighthouse](https://developer.chrome.com/docs/lighthouse/overview/) reports the following error: > ### `[aria-*]` attributes do not match their roles > > Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these...

C-bug

### Question External links can contain an icon next to them similar to this: ![image](https://github.com/rust-lang/mdBook/assets/67633081/eb7d1900-f52b-4ae1-8340-ec11a947d86e) Does mdBook support this feature? I was searching around and the only thing I have...

C-question

This might not be a bug. But I find it weird. ![screenshot](https://github.com/tommilligan/mdbook-admonish/assets/67633081/b6ac08b4-b4a2-48ea-a024-32c6e7037206) I have created a book based off of https://rust-lang.github.io/mdBook/format/markdown.html which should show all of the distinct elements mdBook...

Hey. I have some question about the whole `mdbook-admonish install` process. I know no other mdBook addon (but I don't know a lot of addons) that would have such artificial...

### How to reproduce ### 1. Save this C program source somewhere: ```c int main() { error } ``` 2. Try to compile it with the following command: ``` ccache...

bug

Every time I try to use `eyeD3` on my computer, I get greeted by the following error: ``` eyeD3 --about ``` ``` eyed3.plugins:ERROR: Bad plugin ('lastfm.py', '/usr/lib/python3.12/site-packages/eyed3/plugins') Traceback (most recent...