Orhun Parmaksız

Results 198 issues of Orhun Parmaksız

Show a cool 😎 landing page instead of redirecting to the repository when `/` is visited. Some ideas: - [http://ix.io/](http://ix.io/) (man page style) - [https://0x0.st/](https://0x0.st/) (something simple)

help wanted
good first issue

**Describe the bug** Using `--locked` flag with `cargo build` fails because `Cargo.lock` is not up-to-date. ``` error: Cargo.lock needs to be updated but --locked was passed to prevent this If...

bug

Screenshot (maintainer view): ![Screenshot 2021-11-12 at 00-13-11 Arch Linux - xplr 0 16 3-1 (x86_64)](https://user-images.githubusercontent.com/24392180/141369881-531faf88-da08-4f1f-9230-211b61a0cc90.png) Screenshot (user view): ![Screenshot 2021-11-12 at 00-14-17 Arch Linux - xplr 0 16 3-1 (x86_64)](https://user-images.githubusercontent.com/24392180/141369948-8d7fe44c-3aed-40b3-9633-4db31c2d9739.png)...

Hey, I'm a Rust developer who [maintains](https://github.com/orhun/PKGBUILDs) [AUR](https://wiki.archlinux.org/index.php/Arch_User_Repository) packages in his spare time. Recently I came across this project and I really liked the concept/implementation. Thus I created the following...

This PR adds a new workflow file for running `cargo-audit` which is beneficial for detecting security vulnerabilities early in the development cycle. Related to #39

This PR simply a result of `cargo clippy --fix`

This PR fixes the following security vulnerabilities: - [RUSTSEC-2022-0013](https://rustsec.org/advisories/RUSTSEC-2022-0013.html) - [RUSTSEC-2022-0006](https://rustsec.org/advisories/RUSTSEC-2022-0006.html) Fixes #39

Currently, `viuer` suffers from the following security advisories: - [RUSTSEC-2022-0013](https://rustsec.org/advisories/RUSTSEC-2022-0013.html) - [RUSTSEC-2022-0006](https://rustsec.org/advisories/RUSTSEC-2022-0006.html) ```sh $ cargo audit Crate: regex Version: 0.1.80 Title: Regexes with large repetitions on empty sub-expressions take a...

This PR updates `google_cloud::pubsub::Topic::publish` function to support attaching attributes to the message.

This PR applies the fixes for the lints that are suggested by `clippy`.