Results 25 issues of micah

Hi, I just installed emacs-gitlab and configured my login/password, but when I do M-x gitlab-login, I get: REQUEST [error] Error (error) while connecting to http://gitlab.com/api/v3/session. gitlab-login: HTTP Error: 401, nil...

bug

I was using thanos to check our LTS prometheus data for a query. I was puzzled because it was not producing results over a couple days, when the LTS data...

feature request/improvement
stale

### What is the issue? I added a torrent that has a unicode character in it (eg. `Björk`) and the webui does not show it at all. If I use...

Using current head of the branch, when I try to run the exporter, I get this error: ``` panic: runtime error: index out of range [2] with length 1 goroutine...

When I try to install, I'm getting the following: ``` GOPATH=/usr go get github.com/r3kzi/clamav-prometheus-exporter # github.com/prometheus/procfs/internal/util usr/src/github.com/prometheus/procfs/internal/util/parse.go:69:15: undefined: os.ReadFile usr/src/github.com/prometheus/procfs/internal/util/parse.go:78:15: undefined: os.ReadFile usr/src/github.com/prometheus/procfs/internal/util/readfile.go:36:9: undefined: io.ReadAll ```

The correct command to run is `dpkg -i` on a debian package file. The instructions said to use `apt install` which does not work to install from a file.

Hello, I tried to deploy using the docker-compose method you detail. I configured my `.env` file with: DJANGO_ALLOWED_HOSTS=['127.0.0.1'] but then when I try to visit http://127.0.0.1:8079, I get a 400...

``` CGO_ENABLED=0 GOOS=linux GOARCH=amd64 promu build --prefix /home/micah/working/passenger_exporter Unable to parse config file: .promu.yml !! yaml: unmarshal errors: line 1: cannot unmarshal !!str `1.10.1` into struct { CGo bool; Version...

Hi, I'm trying to run the flatpak on Debian Bullseye, while running wayland with sway. Things run, and I can register my steam connection, but when I attempt to connect...

Since apt version 1.5~beta2, APT::Periodic can take intervals in seconds, minutes and hours by adding suffixes (s, m, or h), so you can get things like: ``` APT::Periodic::Unattended-Upgrade "3h"; ```...

good first issue