-
**Describe the bug**
We see STerr in the CSV results, it should be an error (in the stderr)
**Steampipe version (`steampipe -v`)**
Example: v0.21.2
**Plugin version (`steampipe plugin list`)**
Exam…
-
### Go version
go version go1.22.6 linux/amd64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='amd64'
GOBIN=''
GOCACHE='/home/rgooch/.cache/go-build'
GOE…
-
### What did you do?
1、restore data for primary and secondary
2、create changefeed and set bdr role for primary and secondary
3、run sysbench on primary and secondary
4、add index and then drop ind…
-
### Bug Description
The `help` command writes to stderr, which makes grepping problematic.
See: https://github.com/canonical/charmcraft/issues/1432
### To Reproduce
`*craft help | grep something…
-
### What is the problem this feature would solve?
Currently, it is not possible to read from `stdout` or `stderr` while a process created with Bun Shell is running. The current implementation of Bun …
-
- api overuse(reached maximum after 4/5 times opening the Cargo.toml
- possible fixes: caching, daemon, use registry instead of api `https://doc.rust-lang.org/cargo/reference/registries.html`
- g…
-
When you start a program that does not exist, HQ shows the error in `hq job info last`, but nothing is included in the stdout/stderr files of the tasks. Maybe we could add this error also to stderr, t…
-
Most logs (all?) seem to be send to `/dev/stderr`.
After deploying DefectDojo on our Nomad infra it appeared quite noisy on our error monitoring. After investigation it seems to send a lot of (inf…
-
这个自动设置?
定时器时间到了
stderr: [18:53:03] [0.3.41] [INFO] xiaomusic.py:1736: stop now
stdout: [18:53:05] [0.3.41] [INFO] 10.0.80.191:56740 - "GET /playingmusic?did=795841878 HTTP/1.1" 200
stdout: [18…
-
We need to reexamine our use of stdout and stderr in `Main.scala` and beyond. In particular, we should follow this principle:
- `stdout` is for the _primary_ output of the compiler: whatever ought …