Jonas Pleyer

Results 7 issues of Jonas Pleyer

This approach was copied from other crates such as `syn` https://github.com/dtolnay/syn/ where the `doc_cfg` flag is enabled by the compiler when generating docs in order to annotate which feature enables...

This PR enables the user to leverage the macro `define_linear_interpolation_color_map` to easily create custom colormaps. In addition, I have hidden the documentation of macros in the crate root and instead...

This PR adds multiple improvements to the existing typst lexer and some tests - One of these tests is currently failing. This is by design. I cannot guarantee that I...

This PR fixes some code duplication (see f7d3df9f22a1b84867155781b66ad881ce899682) and introduces multiple basic layouts to test various common examples of workspaces and custom rustdoc flags. The `cargo_config_rustflags` example was failing for...

- **Component**: - [x] VSCode Extension - [ ] VSCodium Extension - **Extension version**: 0.4.1 - **OS version and name**: ``` $uname -a Linux manjaro 5.17.15-1-MANJARO #1 SMP PREEMPT Wed...

This PR adds functionality to calculate the right-handed angle of two 2d vectors. This is different to the already existing `angle` function. I was unsure how to correctly make use...

This PR is meant to work in issue https://github.com/tafia/quick-xml/issues/785. Please let know how I can be of further help.