Yann Dirson

Results 73 issues of Yann Dirson

**Where in the docs did you come across this?** Followed https://rustwasm.github.io/book/game-of-life/hello-world.html **Describe what about it does not make sense** After a first try at following the tuto and finally managed...

Until now the sysroot took in base.txz only the bare minimum to get cross gcc to build, by copying selectively a small number of libs into otherwise non-standard paths, and...

### Checklist - [X] I've looked through the [issues and pull requests](https://github.com/cross-rs/cross/issues?q=) for similar reports ### Describe your issue headers are installed in `$SYSROOT/include`, when the compiler wants then in...

cross version used: [44011c8](https://github.com/cross-rs/cross/commit/44011c8854cb2eaac83b173cc323220ccdff18ea) With docker 23.x from docker.com, the heavy progress output from Docker contains many terminal escape sequences, and they interfere with output we can print from a...

enhancement

Note: I *think* I followed the tuto right, but it may well be a user error - what really happens behind my back in `trunk serve --proxy-backend` indeed worries me....

bug

This is about: Undocumented code **Problem** `use_effect` is [introduced in the tutorial](https://yew.rs/docs/tutorial#fetching-data-using-external-rest-api) and described [in the API doc](https://yew-rs-api.web.app/next/yew/functional/fn.use_effect.html), with a new example. About its role the doc says "used for...

documentation

This is about: Inaccurate/misleading documentation (e.g. technically incorrect advice) **Problem** In [this step](https://yew.rs/docs/tutorial#using-rust-language-constructs-in-the-markup) of the tutorial, a struct is defined with `String` fields, and [in later step](https://yew.rs/docs/tutorial#components) those structs are...

documentation

## Description After switching my action from install toolchain 1.66 to 1.70, what I actually get is 1.7.0 (and surprisingly he build fails). As a workaround requesting 1.70.0 works, but...

bug

I'm working on [a project](https://gitlab.com/ydirson/xen-guest-agent/-/tree/ydi/rust-proto) where I use `async_stream` for interfacing with an optional crate. I wish to propose a stub for platforms that don't have support for this crate....

Context: trying to remaster an ISO by just fuse-mounting and modifying the overlay to generate a new ISO, without doing useless file copies. `fuseiso` gives me a filesystem where all...