Armin Becher
Armin Becher
Hm... I am not so sure about adding another `_t` function. My goal with this library was to more or less mimic the features of rust's std `vec` type. Since...
Thanks for the PR. I am a bit hesitated to directly merge it. Technicaly it looks all fine. But I wonder if it wouldn't overcomplicate things? Is there a real...
Hm... got it. Still not 100% convinced. I can already think of others having the exact oposite use case. For example they generate md or html files in the CI...
Maybe even '--gitignoreuntracked' or the oposite such as `--gitracked` which then only chekcks tracked links would (maybe) make more sense for naming the flag? If you really see a need...
Decided to reject the PR since I do not see much benefit. Still thanks for opening the PR. At least it showed me that I needed to add a formatter...
@amab8901 thanks for opening the issue. Can you provide a minimum failing example that does not work as expected with the timeout attribute?
Ah OK. Can I ask what the usecase of such a test would be? Having a test which passes when for a certain time nothing panics?
I see. Wouldn't something like this also be enough in your case? ```rust #[test] fn timeout_forever() { // Run never ending function in parallel // fail test if panic in...
I am also interested in hijacking http2 streams for a tunnel solution based on individual http2 streams. Already created a fork which allows to hijack a http2 stream in the...