-
### Description
https://github.com/php/php-src/blob/f44eaac48a7e16caa9dfbf538455060fc1ceddb7/run-tests.php#L1187
`stream_select()` and pipes don't play nice together on Windows. It returns immed…
-
### Apache Airflow version
2.10.2
### If "Other Airflow 2 version" selected, which one?
_No response_
### What happened?
Hi, I have trouble with `AIRFLOW__LOGGING__CELERY_STDOUT_STDERR_SEPARATION…
-
CI: https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/4299#0193761a-8742-4c74-ba52-e0de8d16c875
Platform: Ubuntu, Windows, MacOS
Logs:
```
ERROR: Traceback (most recent call …
-
First of all, thanks for your great work!
After a few days of using, I found it would be great that we can have an option that allows users to store the output.
This is very useful especially when…
-
### Required Terms
- [X] I agree to follow this project's [Code of Conduct](https://github.com/heroku/roadmap/blob/main/CODE_OF_CONDUCT.md)
- [X] I have read and accept the [Salesforce Program Agreem…
ezekg updated
1 month ago
-
bpftrace uses stderr for outputting help information and output from a number of its flags (maybe all but I haven't looked that closely). Regular, non-error output such as this should go to stdout and…
-
The error goes out to the sql file instead of the error log.
```sh
echo "foobar" | sqlfmt > formatted.sql 2> error.log
```
`formatted.sql`:
```text
at or near "bananagram": syntax error
```…
-
Hello, I use the latest and v0.4.3 version of lm_eval and I find the weird phenomena on `llama-3.2-3B`
The following is my script:
```
BATCH_SIZE=256
torchrun --nproc-per-node=8 --no-python lm_e…
-
afaik it is not a thing in amber. it would be nice if it were, since i always have problems with that in plain bash.
there is a way to do it in plain bash:
```bash
>&2 echo "error"
```
but …
b1ek updated
4 months ago
-
So, on the good side, errors are now saved in the stderr file. However, we cannot see the filename pop up in the terminal anymore. We would prefer having it pop up, just to keep track of where we are.…