Folyd
Folyd
Rust has a new macro syntax, for example [std::pin::pin](https://doc.rust-lang.org/std/pin/macro.pin.html). ```rust pub macro pin($value:expr $(,)?) { ... } ``` Here is the error log for this `pin!()` macro: ``` Uncaught (in...
See https://github.com/rust-lang/rust/pull/107629
https://blog.mozilla.org/addons/2022/10/31/begin-your-mv3-migration-by-implementing-new-features-today/
```toml [theme] # enable dark theme dark_theme = true # true or false ```
Add a dedicated page to list all articles with simple UI.
See https://github.com/zineland/zine/pull/170#issuecomment-1426069027.
Such as in `footer.template`: ```jinja {% for editor in editors %} {{ editor.name }} {% endfor %} ```
From [Reddit](https://www.reddit.com/r/rust/comments/10v9vso/the_first_issue_of_rust_magazine_has_been/): > Yes, please archive PDF of each issue in some permanent location and get a [DOI and ISSN](https://www.enago.com/academy/isbn-doi-issn-a-quick-guide-to-publication-identifiers) for it. I would like to be able to reference...
Thanks for the suggestion from [r/rust](https://www.reddit.com/r/rust/comments/z6ybki/comment/iy5l6r1/).
I am thinking if we could add some basic command tests in CI. In case of upgrading like this. _Originally posted by @KernelErr in https://github.com/zineland/zine/pull/112#pullrequestreview-1135182051_