desbma

Results 23 issues of desbma

While encountering issue #205, I noticed svgcleaner returns code 0 even if failed, which makes it difficult to do error handling in scripts.

svgcleaner fails to minify SVG files generated by gnuplot with error: `Error: failed to resolved attribute 'stroke'.` Here is an example of such file: https://pastebin.com/raw/1pPD1Yxe

With Inflector 1.11.4 & Rust 1.51.0: ``` assert_eq!("CARRÉ".to_lowercase(), "carré"); assert_eq!("CARRÉ".to_title_case(), "Carré"); ``` ``` thread 'main' panicked at 'assertion failed: `(left == right)` left: `"CarrÉ"`, right: `"Carré"`' ```

I send a simple ICMPv6EchoRequest to a remote device, and want to capture the response (a good old IPv6 "ping"). - With a ICMPv6EchoRequest without data, scapy.all.srp captures the response...

Copy a valid WavPack file to `/tmp/f`, `/tmp/1`, `/tmp/1.wv`. `/tmp/f` is readable as expected: ``` $ wvtag -q -l /tmp/f APEv2 tag items: 1 (93 bytes used) encoder: Lavf58.29.100 ```...

> xcp is a (partial) clone of the Unix cp command. It is not intended as a full replacement, but as a companion utility I think you should clarify even...

Thanks for making this project. I read the [LWN article on copy](https://lwn.net/Articles/789623/), and was wondering if someone had the courage to rewrite cp like for example what the author of...

enhancement

This changes the extension matching algorithm for icons & color selection to force lowercase search, effectively making it case insensitive. I noticed that the icons & coloring where different for...

I found a case where `fd` is ~35% slower than `find` and I don't understand why. ``` $ hyperfine "fd 'appmanifest_.*.acf' ~/.local/share/Steam" Benchmark 1: fd 'appmanifest_.*.acf' ~/.local/share/Steam Time (mean ±...

Gotify [now supports](https://github.com/gotify/android/commit/f5988754fa35a442610a6475dfdfeeec13c0f956) showing an image URL in extra notification data: https://gotify.net/docs/msgextras#bigimageurl However, it would be great to also support inline image data with base64 syntax like `data:image/png;base64,...` like it...

a:feature
good first issue