puetzp

Results 10 comments of puetzp

That would be great! By the way is there a place where ideas/discussions/issues are tracked for a future v3?

Just for reference, this seems to be a property of the underlying library, see [this line](https://github.com/chyh1990/yaml-rust/blob/da52a68615f2ecdd6b7e4567019f280c433c1521/src/emitter.rs#L181). And there also exists an [open issue](https://github.com/chyh1990/yaml-rust/issues/182#issue-1068824069) that is at least somewhat related to...

Hey there, I wonder if `insert_new_node` should return a `ScanError` instead of a waning in case of encountering a duplicate key. It seems to me that the YAML 1.2 spec...

For me this is more of a documentation issue than a matter of usability. However since I hit this problem myself and found this issue to resolve it, the [documentation](https://maud.lambda.xyz/elements-attributes.html)...

The documentation states that this toggles _attributes_ and _classes_ on elements. It does not toggle the element itself with its respective attributes and elements. You are right that if you...

Thank you for your thorough excourse on this topic. Since I (admittedly) do not have the same philosophical bent, I am going to take the easy route and basically agree...

Sorry, opened the PR in the wrong repository ... fixed.

I would like to second @tgross35 on this one. I recently ported a work app from axum to rouille because it was hard to justify using an `async` framework in...

Have you considered using a `match` expression to achieve this? Currently there are two ways to use a `match` to create a reusable component like this. Let's say `Attribute` is...

I do not think recommendations on application deployment are within the scope of this project. Your application code (that depends on rouille among others) produces a binary when compiled. At...