Falk Woldmann Lu
Falk Woldmann Lu
Hi, when appending a svg, the library will automatically append the namespace `xmlns="http://www.w3.org/2000/svg"`, which isn't actually mandatory and thus should be optional. > Note: The xmlns attribute is only required...
### SUGGESTION When using context-relative URLs like `Foo`, Thymeleaf will include the `server.contextPath` in the created URL. It would be nice if it would behave the same way for [`spring.webflux.base-path`](https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.3-Release-Notes#configurable-base-path-for-webflux-applications).
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
Hi, it seems like this lib depends on OpenSSL being installed on the host system because of the Isahc crate, which itself depends on OpenSSL. It would be nice to...
Hi, using both [`derive_more::Constructor`](https://docs.rs/derive_more/latest/derive_more/) and `faux` on the same struct like in following example will lead to an error when trying to compile the tests. ```rust use crate::bar::Bar; use derive_more::Constructor;...
Hi, right know, `|tojson` will always prettify the output. This can lead to noisy output, e. g. when constructing a stringified object for a `data-` attribute. I think it would...
Hi, as discussed in https://github.com/nrxus/faux/issues/58 and brought forward by @nrxus, it would be nice if `#[derive(Constructor)]` could support arbitrary attributes. That way, we could use it in conjunction with `faux`....
**Is your feature request related to a problem? Please describe.** The `futures` crate currently provides two very convenient functions for awaiting an Iterator of futures with `join_all` and `try_join_all`. However,...
[Cargo Lambda](https://github.com/cargo-lambda/cargo-lambda) is a very handy toolkit for AWS Lambda
## Motivation and Context Since Rust 1.80, the `once_cell::sync::Lazy` functionality is available in the `std` via `sync::LazyLock` (see #4050). ## Description I removed the references to the `once_cell` crate and...