Moses Moore

Results 29 issues of Moses Moore

Version 29.0.0. Clicking on the toolbar icon I can see in the lower-left "Version 29.0.0" and "rate 5 stars" and "settings". The "settings" button is clickable, but does nothing.

Following up on #88 , how to catch this error? > Uncaught (in promise) DOMException: play() failed because the user didn't interact with the document first. https://goo.gl/xX8pDD `this.play()` returns undefined...

### Host operating system: Linux ip-10-227-56-184 4.19.0-16-cloud-amd64 #1 SMP Debian 4.19.181-1 (2021-03-19) x86_64 GNU/Linux ### node_exporter version: node_exporter, version 1.2.2 (branch: master, revision: 3e6f4ce627e588e9972e624f1f744c716e11b199) build user: moses@[redacted] build date: 20211105-15:59:27...

bug
platform/Linux

Streaming servers rarely have confidential information, but "https always" is getting popular. Could use a follow-up patch to allow insecure https connections, but that's less important since it's solving someone...

Trying to connect to talk.google.com:5222, encrypted connection fails, get a dummy invalid cert as an error message with OU "No SNI provided; please fix your client." *OS:* Linux *Psi Version:*...

bug

在配置文件中写密码是不好的行为。 请问我们可以使用RAM Role而不是access_key_id和access_key_secret吗? https://www.alibabacloud.com/help/zh/doc-detail/93689.htm It is poor behaviour to write passwords in configuration files. Please may we use RAM Role instead of access_key_id and access_key_secret ? https://www.alibabacloud.com/help/doc-detail/93689.htm `wget -qO- http://100.100.100.200/latest/meta-data/ram/security-credentials/PrometheusRole`

README.adoc says _"Systemd service uses following configuration file for global and collectors related configurations"_ with a config file that only mentions two collectors: gluster_ps and gluster_brick , but reading the...

## Problem: Software won't build when following the instructions in readme.adoc ## Steps taken: Using Go v1.18.2 on Linux ``` mkdir -p $GOPATH/src/github.com/gluster cd $GOPATH/src/github.com/gluster git clone https://github.com/gluster/gluster-prometheus.git cd gluster-prometheus...

Using release v0.2.5 (can't build from source, see my other bug report) and glusterfs 9.2 Readme.md says it will acquire node information via `gluster volume status all detail --xml`. I...

using go version go1.18.1 linux/amd64 Installation instruction in readme.md says `go get github.com/ofesseler/gluster_exporter` What I saw: > go: go.mod file not found in current directory or any parent directory. >...