Results 18 issues of Kart

> A safer DD Do wrappers count? [Link to repo](https://github.com/tralph3/ddi) (Disclaimer: Not mine)

```toml [package] name = "placeholder-name" version = "0.1.0" edition = "2021" [dependencies] axum = { path = "../../axum" } hyper = { version = "0.14", features = ["full"] } tokio...

bug
help wanted
good first issue

## Motivation Follow up to #2239 Discovered that ```rust tracing_subscriber::fmt().with_ansi(false).finish(); tracing::info!("hello"); ``` doesn't actually do anything, because `finish` returns a `Collector` and `init` is the thing that actually installs the...

Rebuilding a project with `wasm-pack` right now can take a (relatively) long time because `wasm-opt` is run every time by default to optimize the produced WebAssembly binaries, since the default...

Add some more custom syntax to the codeblock to allow for codeblock naming. By writing ```` ```rust,name="Shell code" ``` ```` If this seems like too much of a change, then...

Removed broken link which is supposed to point to demonstration of Piston backend, which has been removed.

Feel free to close if this is too minor. (For context, I _have_ read the clippy policy in `dev/style.md`)

## Summary Add [`FileReaderSync`](https://developer.mozilla.org/en-US/docs/Web/API/FileReaderSync) API to `gloo-file` ## Motivation To enable synchronous File reading from Web Workers. ## Detailed Explanation Unlike the callback-based FileReader, this API is not callback-driven, which...

enhancement

Currently, trying to print the FreeCodeCamp or GitBook version results in 141 and 4 pages resp. It is messy. Found [this guide](https://docs.gitbook.com/features/pdf-export) for gitbook for PDF export, but I'm unsure...