Spike O'Carroll

Results 18 issues of Spike O'Carroll

### Main programming language Rust ### Tutorial title Build a simple template engine in

Fantastic project! This small PR makes `cached` use [`futures_lite`](https://github.com/smol-rs/futures-lite), a fully compatible alternative to [`futures`](https://github.com/rust-lang/futures-rs) that is safer, faster and smaller. On my system, this change made `cached` compile 9%...

changelog: - Add compilers category - Add [swc](https://github.com/swc-project/swc), a TypeScript/JavaScript compiler written in Rust Closes #78

changelog: - Add `deno`, a Node.js alternative

## Describe the bug It appears #461 has had an unintended effect of removing backslashes that should be present in post comments. ## To reproduce Compare https://libreddit.spike.codes/r/ProtonVPN/comments/qaxigk/opensuse_unofficial_guide_on_how_to_install/hl1iw6g/?context=0 ![image](https://user-images.githubusercontent.com/19519553/161825862-e7235afb-052d-47a4-9aaf-de916295beda.png) to https://reddit.com/r/ProtonVPN/comments/qaxigk/opensuse_unofficial_guide_on_how_to_install/hl1iw6g/?context=0:...

bug

**Is your feature request related to a problem? Please describe.** None. **Describe the solution you'd like** A button on posts to save them to cookies for later viewing. The button...

feature parity

## Is your feature request related to a problem? Please describe. N/A ## Describe the solution you'd like Allow hosters of Libreddit to display a banner where users can donate...

enhancement

**Is your feature request related to a problem? Please describe.** Add more compatibility with Reddit by adding a dedicated `/subreddits` page. **Describe the solution you'd like** New `/subreddits` page to...

feature parity

## Introduction Hi! I love this project idea and really appreciate the dedication to modern security standards (such as DKIM support) as well as `mail-send`'s RFC compliance. The current feature...

Hi, I'm attempting to use Tide in combination with `async_std::net::TcpStream` to build a media proxy. My goal is to stream the media bytes (including the headers) through my proxy to...