Antonio Terceiro

Results 26 issues of Antonio Terceiro

In this project, I cleared the list of charts, then selected first "doc/lines", then "doc/files": ![image](https://user-images.githubusercontent.com/30027/184422391-66dff9f9-c8e1-4553-91cc-190be49d716e.png) After I hit reload, the order changes, and now "doc/files" is shown first, then...

The MiniTest namespace was renamed to Minitest in Minitest 5.0, but a compatibility alias was kept. This alias has been dropped in Minitest 5.20, and the tests no longer work...

This avoids changing permissions on files passed in as shell redirections, e.g. `lxc-attach [...] < FILE`. Fixes: #4484

# Required information * Distribution: Debian * Distribution version: trixie (testing) * `lxc-start --version`: 6.0.2 # Issue description A file passed as standard input to lxc-attach, via shell redirection, gets...

I maintain the passenger package on Debian, and I was working on running the test suite during the package build and against the installed package. It turns out I found...