Imbolc
Imbolc
Journald
My question is similar to #178, but about systemd journal as an additional target. [Systemd](https://github.com/jmesmon/rust-systemd/) crate already exposes [log_record()](https://github.com/jmesmon/rust-systemd/blob/8137b283bda83a04f58fbec7c936ca365c65a6cd/src/journal.rs#L57) as a part of its public api. What do you think...
I've also updated the example to disable inner form fields only
Here's how it looks (just a draft yet). Let me know if you're ok with the approach before I finish it. Also I've noticed you implemented tower middleware in the...
As discussed in #14 we could have a middleware to add a single `Vary: hx-request, hx-target, hx-trigger, hx-trigger-name` header to every response to address all possible HTMx caching issues. This...
Code blocks in the online version of the book do not fit on the screen of e-readers. This issue occurs even on A4 (13.3-inch) sized readers, as shown in the...
It's possible to hide it with `--sn-notify-progress-height: 0px;`. But it's not documented and relies on implementation details (e.g. it could leave a padding even if the height is 0).
I found that bootstrap3 css breaks the font size. It's possible fix it with `.sn-notify-text { font-size: 14px }`, but I don't believe it's a part of the public API.
For example people probably want consistent through the whole site `effect`. Something like `Notify.defaults.effect = "slide"` maybe?