-
First of all, thanks for writing this book, it was a great help getting Rust code to run on my Cortex M4. :+1:
While experimenting with my code, I found a way how it can be compiled with optimizatio…
-
The recipes has long struggled to have the same look and feel as the rest of devhub. This is due largely to recipes being built on mdbook and the rest of devhub being in docusaurus. This differentiati…
-
### Describe the bug
Single quotes in single quoted strings is allowed, but single quotes in backtick-quoted strings isn't.
### How to reproduce
```
〉let x = `no man's land` …
-
We cluld have quizzes in our docs.
That would help the learner and could provide us with insights as to where people struggle to learn slint.
https://github.com/cognitive-engineering-lab/mdbook-…
-
enum IpMode
- dual (default)
- singleIpV4
- singleIpV6
- dualPreferIpv4
Then wrapper types can be made:
- DnsResolveIpMode(IpMode): control what Dns can resolve to
- ConnectIpMode(IpMode): define wh…
-
I'm coming from the Angular world, and having rxjs operators is a blast.
After reading the book I'm not quite sure how to implement some of the operators, such as combining signal updates with wal…
-
Due to the number of moving parts, e2e tests tend to be a bit flakier than unit tests. We have one test in particular (Rust WebRTC) that fails every now and then: https://github.com/libp2p/rust-libp2p…
-
I wasn't able to get the instructions in the [.cargo/config section](https://rust-gpu.github.io/rust-gpu/book/writing-shader-crates.html#using-cargoconfig) of the book to work.
Here are the changes…
-
I converted some old Markdown documentation to use mdbook. My SUMMARY-like file (that I renamed) was previously pointing at online links (not that that's a good idea, but bear with me), so it looked s…
-
This command would amalgamate models and data files into their compiled versions in the `dist` directory. The first one to be called will be the the sliderule-rs `build_bom` function from the issue [h…