Tim Pepper
Tim Pepper
**Is your idea related to a problem? Please describe.** Currently the Wildbook javascript code is using console.log or similar for logging purposes, and it may be worth investigating a more...
Fixes https://github.com/bevyengine/bevy-website/issues/2205 The Zola footnote behavior is currently broken, as described by this issue: https://github.com/getzola/zola/issues/1070 due to a problem with the underlying pulldown-cmark. This change addresses the issue using javascript...
Resolves PR: https://github.com/bevyengine/bevy-website/pull/2265 This PR aims to resolve breaking changes emerging with the upgrade of `ureq` crate from v2 to v3 following current docs located here: https://github.com/algesten/ureq I have tested...