Konstantin Ladutenko
Konstantin Ladutenko
**Summary:** - [ ] `default` key - [ ] `optional` key - [ ] simplified error handling. **Detailed description:** In my code FiNeR usage looks to have a lot of...
In physics for numerical simulations we often use complex valued parameters, e.g. dielectric permittivity, impedance, frequency, etc., so it would be natural to support them. At the moment it can...
WRONG Если его направление отличается от текущего на значение большее, чем пороговый угол, то длина отрезка уменьшается в два раза и расчёт производится заново до тех пор, пока не будет...
According to https://github.com/vuejs/vue-router/blob/dev/examples/scroll-behavior/app.js#L21 history mode is a must (and in recent Vue CLI with vue-router in hash mode custom scrollBahavior doesn't work)
Висячая шапка с переносом на след. страницу. Наверное что-то надо поменять, чтобы такого ни у кого не повторялось. Посмотреть пример можно через git checkout в моей ветке дисера 6afe98092b264982b41c996eb7a9f66b4b5e2ad9  in the test by 2b-t. I use Fastor [this way](https://github.com/kostyfisik/OMP-AVX-intrinsics-dotprod/blob/fastor/src/main.cpp#L88-L103) ```c++ // Fastor...
Instead of simply adding a word to the local dictionary and excluding similar errors from the list (which should like to look as an instant update) it looks like the...
### Description This is an initial attempt to implement #1316 It is not ready to be merged, it is mostly to collect some early feedback TODO list: - [ ]...
Add a Numba example. For scientific computing, it provides similar performance compared to Cython, however, it is probably more practical in real life. Actually, I was surprised to see a...