Tianyi Shi
Tianyi Shi
- [ ] get some minimal test files - [ ] write tests
Fixes #37 You can verify the output locally by running `RUSTDOCFLAGS="--html-in-header katex-header.html" cargo doc --no-deps --open`, as suggested in the [demo](https://docs.rs/rustdoc-katex-demo/0.1.5/rustdoc_katex_demo/)
As shown, LaTeX equations aren't being properly rendered (I've tried in Safari, Firefox and Chrome). You may want to follow the instructions [here](https://docs.rs/rustdoc-katex-demo/0.1.5/rustdoc_katex_demo/), which uses KaTeX and renders well
In the current implementation all elements will be placed into bucket 0 (`ar[i] - minValue` is always less than `M`, which is `maxValue - minValue + 1`, so `ar[i] -...
https://github.com/williamfiset/Algorithms/blob/039cfc4efe849228f5af224956fa45d835732efa/src/main/java/com/williamfiset/algorithms/sorting/Heapsort.java#L21-L36 - Since you are checking `n / 2 - 1` is non-negative anyways in line 27, probably it is more elegant to check `n` is more than 1 before...
My system is Manjaro Linux 20.2, my Python version is 3.8.5, and I was experiencing the same problem as described in https://github.com/pygobject/pycairo/issues/148 , i.e., when trying to `import cairo`, I...
AFAIK the many image processing libraries use doubles. Would it be helpful to make imageproc to operate in both f32 and f64 modes? What would be the best way to...
When creating a `Vec` from a string, `s.chars().collect()` is the standard practice. The `.chars()` method works on any UTF-8 encoded string and it takes time to find the boundary for...
- [ ] This change has been discussed with the author. - [x] It implements / fixes issue #2658. --- **Description:** IINA currently can load `.lrc` lyrics from **Menu -...