Kai Ren
Kai Ren
Detailed e2e tests suite is required. [Debian Postfix tests](https://git.launchpad.net/postfix/tree/debian/tests/test-postfix.py?id=94dfb9850484db5f47958eaa86f958857ab9834c) are good example.
It would be nice to widely describe in `README.md` next info: - Postfix usage examples (integration with other mail stuff), where to mount config files, etc - Characteristics and features...
@flexconstructor [wrote](https://github.com/instrumentisto/medea/issues/8#issuecomment-452600850): > Gentlemen, as part of the development of the `Medea Web Client` module, please draw your attention to the [Video.js](https://videojs.com/) project. I think it makes sense to develop...
## Expected Behavior `ppc64le` being present for `node:22-alpine` images as the [`versions.json` specifies](https://github.com/nodejs/docker-node/blob/9c01893a863dbade8974a2a23eccf9b9afa7458a/versions.json#L24). ## Current Behavior
Follows #377 ## Synopsis At the moment, the following example: ```rust #[derive(Debug, Display)] #[display("{self:?}")] enum Enum { #[display("A {_0}")] A(i32), #[display("B {}", field)] B { field: i32 }, C, }...
### Describe the bug ``` npm install -g [email protected] haraka -i /etc/haraka/ haraka -o -c /etc/haraka ``` ### Expected behavior Something like: ``` loaded TLD files: 1=1448 2=8320 3=3571 loaded...
Part of #163 Follows #473 ## Synopsis `derive(PartialEq)` in `std` generates only `PartialEq::eq()` method implementation in its expansion. This silently kills any potential performance benefits if the underlying types implement...
Follows #468 ## Synopsis In #468, the `FromStr` derive was reworked. However, the check for inferring trait bounds for the inner type was simplified to `!generics.params.is_empty()`, which is not a...
Resolves #353 ## Synopsis See https://github.com/cucumber-rs/cucumber/issues/353#issue-2770975250 and https://github.com/cucumber-rs/cucumber/issues/353#issuecomment-2602575639 for details: > I'd like to set `.with_span_events(FmtSpan::NEW | FmtSpan::CLOSE)` on the `tracing` `Layer` when running Cucumber, but there is no API...
Follows #1247 ## Synopsis In #1247 the `ast::Type` was made generic over the string type used for name. ```rust pub enum Type { Named(N), List(Box, Option), NonNullNamed(N), NonNullList(Box, Option), }...