XAMPPRocky
XAMPPRocky
As a half step towards using Zola it would be to replace the current handlebars templates with Tera. This would make the followup PR a lot smaller, and would allow...
@dtolnay brought up in #578 that we should probably go through and find any other hot linked images in the blog. This is a tracking issue for that, and to...
I noticed that `encoding-rs` is the largest download in my crate graph at 1.4MB. While relatively it's not a lot, this could reduced significantly, by just adding a `include` to...
Related to #12, `cargo-ws` shouldn't leave a project in a half released state if there are failures during publishing. Currently `cargo-ws` will leave the repository in whatever state it got...
Hey, I was using `cargo-ws` to publish a new release and I noticed a unintuitive behaviour where it doesn't keep the semver range I set when it needs to update...
This line does not link to a valid download link. `Or load using a script tag (downloads are available [here](https://component.jit.su/ForbesLindesay/ajax/download))`
Hello! I am implementing an encoder/decoder that requires bit level reading/writing. While looking for a solution to this I found your `bitio` module, and I was wondering whether you'd be...
Currently with audio notifications long breaks do not cause noise.
Hello I was interested in using this project for my own, however the licence is a bit confusing. The README states that the project is MIT licenced yet the source...
It'd be nice to if the dsl supported array operations such as `append` or `remove`. ## Rust ```rust struct Post { id: i32, authors: Vec, } fn main() { use...