Ionizing

Results 8 issues of Ionizing

首先感谢 Milo 先生的精彩教程,我在读过之后受益匪浅,并正在做 tutorial08 中留下的练习,我在练习时出现了两个问题无法独立解决,于是寻求您和其他 Watcher 的帮助,现将问题症状描述如下: 1. 在 `test_copy()` 中 `lept_copy(&v2, &v1)` (line 479) 这一行,如果是在 Mac 下直接使用 Milo 先生给出的编译参数则会出现 ``` Assertion failed: (src != NULL && dst != NULL...

Hi, I just updated the dependencies of my tiny tool [rsgrad](https://github.com/Ionizing/rsgrad), and found there are some breaking change related to `color` in `plotly-rs`. The `ColorWrapper` was removed, and the method...

This package is pretty nice for the demonstration of time of particle evolution in the model potential. Would it be possible to remove the periodic boundary condition? I mean, use...

good first issue

Hi, I just found `intel-mkl-tool` may not work well with `libiomp5.so` when Intel MKL suite is not installed to `/opt/intel`. If I didn't misunderstand the code, the function `seek_directory` just...

Linked to #229 . **This commit could prevent the existing code from compiling.** I'm not sure if there are better fixes that make this field accept both integers and floats.

The `ndarray` crate has been bumped to [0.16](https://github.com/rust-ndarray/ndarray/releases/tag/0.16.1), while this crate still depends on 0.15. User may suffer from version conflict when using this crate and another `ndarray` related crate...

Hi, consider the short code ```rhai print(-2**2) ``` I would expect it prints `-4` while it gives `4`, meaning that `-2**2` equals `(-2) ** 2`, which is contradict to the...

question