Results 91 issues of Clar Fon

* [x] Have you checked to ensure there aren't other open [Pull Requests](https://github.com/getzola/zola/pulls) for the same update/change? * [x] Are you doing the PR on the `next` branch? * [x]...

Zola version: 0.18.0 ---- Because templates can add extra anchors, the internal link checker has false negatives when linking directly to these anchors. There are a few options to getting...

# Documentation issue ## Summary While it's clear that the translation system will be reworked eventually (#1058), right now a problem that exists is the fact that themes can't easily...

Right now, code that checks the magic number at the beginning of the file will return `BadVersion` if the magic number is unexpected for the current method, but what's actually...

enhancement

Feature gate: `#![feature(cstr_bytes)]` This is a tracking issue for the `CStr::bytes` API. ### Public API ```rust impl CStr { pub fn bytes(&self) -> CStrBytes { // ... } impl Iterator...

T-libs-api
C-tracking-issue

Implements #171. I was also interested in this, so, I decided to take the time to actually create a reasonable wrapper that fits well into the library. It borrows its...

Idea: types which are `repr(transparent)` whose can be constructed in the current scope should be coercible via `as`. Going to post this here because I don't really have the time...

Note: this also applies to the libstd documentation, since it just reuses the same documentation exported in this crate. Right now, the *only* documentation available for the hashbrown implementation, excluding...

Finally got around to reading #54 and I think that golang's `go` keyword should be mentioned as a direct alternative to `async let` from Swift. They perform similar operations, and...

One thing that was rather unclear to me when reading the draft RFC is whether implementations of traits must be exclusive (e.g. you can only implement sync *xor* async) or...

question