apiraino
apiraino
A thought
I like to think that some of the code your dad wrote is still in production (or at least has been longer than I'm on earth), while most of the...
I am looking at the new `indent` built-in introduces recently (merged in #798). At first I was looking into slightly clarifying the documentation wording, see [docs](https://keats.github.io/tera/docs/#indent), but then went down...
As a test, I wrote a custom module that just prints a semi-random number: ``` "custom/counter": { "exec": "bash -c 'echo $RANDOM'" }, ``` Then I start Waybar (under Sway)...
First attempt at avoiding being shock blinded when visiting the blog :smile: Note: this CSS applies only to the blog i.e. external links to www.rust-lang.org will take users to `#fff`...
# Meeting proposal info - **Title:** type_id is not sufficiently collision-resistant - **Type:** technical # Summary See opening [comment](https://github.com/rust-lang/rust/issues/129014#issue-2461490376) in [rust#129014](https://github.com/rust-lang/rust/issues/129014): > The soundness of functions like [downcast](https://doc.rust-lang.org/nightly/std/boxed/struct.Box.html#method.downcast-2) relies on...
# Bug Report Zola 0.19.1 broke the CI building my website. ``` $ zola serve Error: Failed to serve the site Error: Failed to render page '..../content/some-blog-post.md' Error: Reason: Failed...
RFCbot started linking comments with a negative ID since we overflowed an `i32` amount of comments in the rust-lang/rust repository. Example: In this [comment](https://github.com/rust-lang/rust/pull/126293#issuecomment-2162328824) another [comment](https://github.com/rust-lang/rust/pull/126293#issuecomment-2250077004) was linked but the...