Results 170 issues of Moritz Mœller

See [here](https://xaeroxe.github.io/init-struct-pattern/) for a more exhaustive description.

C-needs discussion
A-idiom

Is this book using *Headline Capitalization* or *Sentence capitaliztion* for headers? From a quick scan it seems *Headline Capitalization* is used (except when it isn't). E.g. in [**Constructors**](https://rust-unofficial.github.io/patterns/idioms/ctor.html): **Default Constructors**...

C-enhancement
good first issue
M-maintenance

See subject. I started doing this [here](https://github.com/virtualritz/ta-rs/blob/2e6bb56920ddc376f15e5b574082febb41f018cd/tests/moving_average.rs#L87-L129). I only added tests for SMA and EMA. SMA works, i.e. the SMA of `ta-rs` matches the SMA output of [`TA Lib`](https://ta-lib.org/) 1:1....

See ["Getter names follow Rust convention (C-GETTER)"](https://rust-lang.github.io/api-guidelines/naming.html#getter-names-follow-rust-convention-c-getter). Suggestion: 1. Strip resp. functions of the `get_` prefix. 2. Create functions that have the old names and are marked `#[deprecated()]` and `#[inline(always)]`...

I am running my code that works fine on **macOS**/**Windows** on a Kubuntu 22.04 under KDE and the `Key::Return` arm of my `match` never executes. All other key events in...

bug

At least on methods taking `self`. See [Getter names follow Rust convention (C-GETTER)](https://rust-lang.github.io/api-guidelines/naming.html#getter-names-follow-rust-convention-c-getter).

See [Rust API naming guidelines](https://rust-lang.github.io/api-guidelines/naming.html). > In `UpperCamelCase`, acronyms and contractions of compound words count as one word: use `Uuid` rather than `UUID`, `Usize` rather than `USize` or `Stdin` rather...

[Ayam](https://ayam.sourceforge.net/) is a mature OSS NURBS modeler under a BSD license (written in C). It has been around/developed since over 20 years. I would think it implements a lot of...

* Ran `clippy --fix`, some manual reverts, see ([`clippy#11461`](https://github.com/rust-lang/rust-clippy/issues/11461)). * Bumped dependencies where possible w/o code changes. * Fixed the Markdown files (MD syntax, headline capitalization, typography, grammar).

Your `justint.github.io` repo's `README` states: > **Don't just fork/copy**: there are specific things in here developed just for this site alone [...] However, adding the Papaya theme is rather frustrating...