Jamie Nguyen

Results 15 issues of Jamie Nguyen

Building on Fedora, I got this error: - /usr/bin/rake build rake aborted! "\xC4" on US-ASCII /builddir/build/BUILD/package/Rakefile:8:in `block in ' Tasks: TOP => build (See full trace by running task with...

Hi, thanks for this great tool. git isn't the same without it. I think I found a bug. `git log -1` and `git log -n1` work fine, but `git log...

bug

Hi there! Thanks again for [implementing](https://github.com/rabbitmq/rabbitmq-server/issues/5116) TLS options for the consul peer discovery plugin :relaxed: I noticed in [rabbitmq_peer_discovery_etcd.schema#L10-L61](https://github.com/rabbitmq/rabbitmq-server/blob/2e7ef58bc5ac4008644cde247494bdc12d516c8c/deps/rabbitmq_peer_discovery_etcd/priv/schema/rabbitmq_peer_discovery_etcd.schema#L10-L61) that you can tell RabbitMQ to try connecting to multiple etcd...

**Describe the bug** The `--help` text has a typo. **To Reproduce** Run `cloudflared tunnel route lb --help` It displays: ``` cloudflared tunnel route dns [TUNNEL] [HOSTNAME] [LB-POOL] ``` **Expected behavior**...

Type: Bug
Priority: Normal

### Current Terraform and Cloudflare provider version ```console $ terraform -v Terraform v1.4.6 on linux_amd64 + provider registry.terraform.io/cloudflare/cloudflare v4.6.0 ``` ### Description There are currently two possible options for **Build...

kind/enhancement
workflow/pending-upstream-library

This came up while I was tagging: https://apps.fedoraproject.org/tagger/F-9 And I remember another previous occasion too.

medium

# Run containers as the uid and gid of the user There are two main reasons why we don't want to run as root inside the containers: 1. Running as...

```console $ hatch -e test.py3.11 build [sdist] dist/foo-0.0.1.tar.gz ╭─────────────────────────────── Traceback (most recent call last) ────────────────────────────────╮ │ /home/testuser/.local/share/hatch/env/virtual/foo/zqDoWse5/foo/lib/python3.11/sit │ │ e-packages/hatch/cli/__init__.py:205 in main │ │ │ │ 202 │ │ 203...

For instance if you change from `image = python:{version}` to `image = python:{version}-alpine`, you would expect the next `hatch run` to pull the alpine image and execute tasks in a...