Yonas Yanfa

Results 224 issues of Yonas Yanfa

Upgrade to actions/checkout@v6.

After #2435, which fixes #2268, I get these errors: ```sh error[E0252]: the name `PlatformIO` is defined multiple times --> core/io/mod.rs:346:17 | 326 | pub use unix::UnixIO as PlatformIO; | --------------------------...

I'm getting email notifications about greeting messages for [dependabot](https://github.com/apps/dependabot) PRs. It'd be nice to ignore dependabot.

```sh gmake build-static Building bin/static/spire-server… Building bin/static/spire-agent… # github.com/google/go-tdx-guest/client /home/yonas/go/pkg/mod/github.com/google/[email protected]/client/client.go:147:17: undefined: OpenDevice gmake: *** [Makefile:291: bin/static/spire-agent] Error 1 ``` OS: `FreeBSD 14` go: `1.25.4 freebsd/amd64` commit: 9e5e3ab

blocked

PR https://github.com/sozu-proxy/sozu/pull/1176 didn't include an update for [sozu.io's frontpage](https://www.sozu.io/): ## Metrics > Metrics work like the logger, accessible from anywhere with macros and TLS. We support two ‘drains’: one that...

## Current output ```sh $ koto -t my_module.koto Running @test say_hello `my_module` initialized ``` ## Better looking results

I'd like to run the following Python script in Koto: ```python import secrets import hmac import hashlib import json import sys if len(sys.argv) != 2: print("Error: Missing message") sys.exit(1) mykey...

https://github.com/MeirKriheli/rusmux

Seems the site's SSL cert expired on September 7. Using `curl -fsSL https://get.comtrya.dev` fails.

Installing `pkgin` should be as simple as `/usr/sbin/pkg_add pkgin`. ```rust let privilege_provider = utilities::get_privilege_provider(&contexts).unwrap_or_else(|| "sudo".to_string()); vec![Step { atom: Box::new(Exec { command: String::from("pkg_add"), arguments: vec![ String::from("pkgin"), ], privileged: true, privilege_provider: privilege_provider.clone(),...

Type::Enhancement
Actions::Package
Type::Documentation
OS::BSD