Antonin Carette

Results 13 issues of Antonin Carette

A comment from [HackerNews](https://news.ycombinator.com/item?id=13450385) highlight the idea that each chunk has to be downloaded from a mirror. Actually, this is a great idea to avoid the traffic jam of the...

enhancement
next release

A good observation from slamb in the [Reddit post announcement](https://www.reddit.com/r/rust/comments/5owvwd/snatch_a_simple_and_fast_download_accelerator_in/) is: ``` It looks like your chunk GET requests are not conditioned on an etag, or even on a Last-Modified...

enhancement
next release

**Is your feature request related to a problem? Please describe.** It could be great to use Github Actions in order to build a `neix` binary for each platform like GNU/Linux,...

enhancement
help wanted

This PR solves issue #189 in order to match the content in our doctests. I updated all the sources in the `texthero` folder - the main issue is in the...

For Rust concepts, maybe we can just show the three most important one via a simple real-world example: the DVD seller/renter. For example, if you buy a DVD, the DVD...

enhancement

I tried to solve the issue I created years ago, about explaining borrowing and ownership (https://github.com/steveklabnik/rust-in-ten-slides/issues/4). As English is not my main / primary language, do not hesitate to make...

Hi, I wanted to test one of your sample for one of my project and, unfortunately, I don't get any rendering running your project on my Mac. I compiled the...

I have tried to build & run a default project using carton, and it failed at parsing (?) the manifest on 'warmtransformer' package. ## Reproduction ```sh > mkdir hello_swiftwasm &&...

Only for spin with Swift (swiftwasm): Reproduction: ```sh > spin new swiftwasm_test # uses http-swift > cd swiftwasm_test > spin build Building component swiftwasm-test with `swiftc -target wasm32-unknown-wasi main.swift -o...