Krzysztof Zduniak
Krzysztof Zduniak
Fixes bug mentioned in #170 In `- [ ] Something [[link | A]]` `link` was not trimmed before trying to retrieve its Obsidian metadata. If I understand correctly, the line...
### Code: ```elm main :: Str # excess colon main = "Hello world" ``` ### Error: ``` ── NOT END OF FILE ────────────────────────────────────── hello-world/main.roc ─ I expected to reach the...
`git add -p` has an option to edit a hunk before staging to choose which changes to include (and sometimes it can automatically split it). It would be nice if...
## Feature Request ### Crates `tracing-core`, `tracing` ### Motivation Tracing supports recording a type implementing `std::error::Error` with a method `Visit::record_error`. Currently, one way to record such type in `event` or...
This change is motivated by a [stackoverflow question](https://stackoverflow.com/questions/78817852/instrument-attribute-not-working-as-expected/).
### 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 Compiling [crate rs_ws281x](https://github.com/rpi-ws281x/rpi-ws281x-rust) with cross for target `armv7-unknown-linux-gnueabihf` results in a...
Implements `tracing_core::field::{error,ErrorValue}` as part of #3067.