Jesper Olsen

Results 9 issues of Jesper Olsen

I found 11 cases where the unicode point (in the comments) does not match the bitmap.

#### Description Refactor of examples/game_of_life as follows: 1) Moved conway grid logic from main.rs to cell.rs - to better separate model & yew code. 2) Renamed cell.rs to conway.rs 3)...

Update README for linfa/algorithms/linfa-logistic to match the filenames in examples/ (+"_logistic")

logical not - higher precedence than and/xor/or, comparison.

This page is not up to date - I read it recently for the first time and tried to follow the examples: https://www.nushell.sh/contributor-book/plugins.html#creating-a-plugin-in-rust The examples reference v. 0.90.2 and nushell...

This PR corrects typos and minor grammatical issues, clarifies some phrasing for readability, and updates broken or outdated links between markdown files in the manual. All changes have been verified...

#### Description of Change **Summary** This Pull Request addresses several compiler warnings found when compiling the repository with strict compiler flags (e.g., Clang 17.0.0 on macOS, which uses -Wall). These...

Hi Michael, Thank you for creating this excellent educational repository for decision trees. As I was working with the code, I made some updates to modernise it, improve its usability,...

Hi, I have ported the GloVe codebase to Rust — it is a fairly faithful translation of the original C implementation, with structural refactoring and safety improvements, aiming for a...