Max Bruckner
Max Bruckner
I'm not saying that the user should be able to replace the error messages that are already produced by something like `assert_json_eq!`, but that they should be able to add...
The concrete use case that came up for me was when writing an integration test for a REST API. I want to compare both what's stored in the database and...
At least he was still alive 11 hours ago!
That's not what I meant. If a file system is not completely filled then a lot of blocks are not used but still contain previously used data, usually not zero....
Yes, that is exactly what I meant (and what partimage does). Is there a kernel interface that can be used? Or do you actually need to parse the filesystem? Also:...
Is it a problem to just mount it readonly?
Just stumbled over this as well. For reference: https://stackoverflow.com/a/366033/1717115 Basically the C standard specifies that an enum value always needs to be representable by `int`, although the compiler can choose...
For me this only happens in two monitor setups.
@Emonshr If it's hard to write down your randomly generated passwords, then there's room for improvements! https://www.xkcd.com/936/ https://fsmaxb.github.io/correcthorsebatterystaple/
Correction: The `channel lagged` error messages is coming from `tokio::sync::broadcast`.