Lukas Kalbertodt

Results 342 comments of Lukas Kalbertodt

> > > like "8. August 2021" for "5 Aug 2021"? > > > > > > I don't think Germany is in time zone that's 3 days ahead of...

Hey and thanks for the PR! If I'm not mistaken, `--fail-first` is not a flag in the built-in `libtest` right? So this would be an additional feature of `libtest-mimic`, right?...

I have to reject this feature request at this time. As I said: this crate aims to be a direct replacement for the built-in test harness, with basically no additional...

Due to me not being able to push to your branch, I had to merge manually, which (paired with a rebase), github does not recognize. But here, your changes are...

@hanna-kruppe Ah, that makes. I also do regularly do that (mostly via `cargo tree`). I'm simply not personally using `libtest-mimic`, so I tend to not notice this stuff. And by...

Hi! Could you give me a bit more detail about a use case where this is important? The `Impl` associated type used to not be part of the public API....

Fixed in https://github.com/LukasKalbertodt/atomig/commit/92b2019e4a61f2fe0baebe50ad19e92d131a2acc and released as 0.4.2 That's an interesting case. Whether `Atomic` implements `Send` or `Sync` depended on whether `::Impl` does. That's also the error you got. That's not...

Your request sounds very reasonable and I'm totally fine with bumping the MSRV :) Will probably do a major version bump, but that's not a problem. If you'd prepare a...

I was able to reproduce that error on stable.opencast.org. However, I think that is a bug of the Opencast workflow, not Studio. Studio sends a correct SMIL: ``` ``` So...

Closing, as this is an Opencast issue.