Orhun Parmaksız

Results 225 issues of Orhun Parmaksız

We should ideally `#![warn(missing_docs)]` and add docs to the library types.

documentation
good first issue

Hello! I'm trying to update `cargo-deb` in Arch Linux repository and I'm getting the following errors during `cargo test`: ``` failures: ---- manifest::tests::add_systemd_assets_with_no_config_does_nothing stdout ---- thread 'manifest::tests::add_systemd_assets_with_no_config_does_nothing' panicked at 'MockListener::warning(?):...

Right now we are building the Docker image for the invocation of `git-cliff-action`, see [Docker container action](https://docs.github.com/en/actions/creating-actions/creating-a-docker-container-action) for more information. It would be nice to use pre-built `git-cliff` binaries instead...

help wanted
good first issue

Right now the servers are being built for each workflow run which takes time. It would be nice to e.g. cache `target` folder for Rust and `zig-cache` for the Zig...

help wanted
good first issue

**Is your feature request related to a problem? Please describe.** Here is an example commit message: ``` Pull request #8: Example commit msg Merge in GO-TEST-CDX/ryaniscool from example-commit-msg to main...

feature/request

See #64 Implemented based on Not tested, it is very straightforward so I believe this will work just fine (i.e. I can test after merge if you're okay with that...

Hey! 🐻 I would like to use the output of `cargo-semver-checks-action` in other steps/jobs as follows: ```yml semver: name: Semver runs-on: ubuntu-22.04 steps: - name: Checkout uses: actions/checkout@v4 - name:...

Hey! 🐻 There seems to be a number of significant changes since the last release `0.1.0`: https://github.com/obfusk/apksigtool/compare/v0.1.0...master Do you have any roadmap for the new release? It would be nice...

v0.5.0

I tried to utilize the following service files for running `runst` automatically via D-Bus activation but couldn't access the `DISPLAY` from systemd unit: `/usr/share/dbus-1/services/org.orhun.runst.service`: ```ini [D-BUS Service] Name=org.freedesktop.Notifications Exec=/usr/bin/runst SystemdService=runst.service...

enhancement
help wanted

I saw that there is [huniq](https://crates.io/crates/huniq) package on crates.io. Can you also push tags or create releases on GitHub as well?