Orhun Parmaksız

Results 198 issues of Orhun Parmaksız

**Is your feature request related to a problem? Please describe.** See #52 #53 **Describe the solution you'd like** The key bindings documentation can be improved to clear up possible confusions....

enhancement

**Is your feature request related to a problem? Please describe.** > [lodepng](https://github.com/kornelski/lodepng-rust) is a pure Rust PNG image decoder and encoder. Allows easy reading and writing of PNG files without...

enhancement
good first issue

**Is your feature request related to a problem? Please describe.** While recording a long-lasting operation, the user might want to pause recording and then continue afterwards. **Describe the solution you'd...

enhancement

**Is your feature request related to a problem? Please describe.** Encoding WebP animations with the following command would be nice. ```sh $ menyoki record webp ``` **Describe the solution you'd...

enhancement

Even though the names of uploaded files are random, [fuzzer](https://en.wikipedia.org/wiki/Fuzzing) utilities can be used to discover content on the server. Related questions are: - How can `rustypaste` be affected by...

help wanted
question

Hey! 🐻 For the context, I'm coming here from https://github.com/shuttle-hq/shuttle/issues/100 I don't know if it is possible to use `rustls` for `cargo-generate` but wanted to bring this issue to your...

Hello! I got this error while packaging `lychee` `0.12.0` for Arch Linux: Logs ``` Finished test [unoptimized + debuginfo] target(s) in 47.38s Starting 203 tests across 13 binaries (5 skipped)...

question
waiting-for-feedback

Integration tests were added in the last release, more specifically: https://github.com/mgunyho/tere/commit/70d2686e3ad5bd950e6137dd755a0d7e59b42dc1 I'm getting the following test failures in a [clean chroot](https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot) build: ``` running 4 tests test basic_run ... FAILED...

Hello! 🐻 I've been trying to package `tere` for _Alpine Linux_ and I created a merge request here: https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/49128 As you can see from the failed pipelines, some tests are...

Repro case: ```toml # typos.toml [type.md] extend-ignore-re = ["transfered"] ``` ``` # file.md transfered ``` ```sh $ typos file.md # works $ typos --config typos.toml file.md # works $ echo...