Konstantin Ladutenko

Results 20 issues of Konstantin Ladutenko

**Summary:** - [ ] `default` key - [ ] `optional` key - [ ] simplified error handling. **Detailed description:** In my code FiNeR usage looks to have a lot of...

enhancement

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...

enhancement
help wanted

WRONG Если его направление отличается от текущего на значение большее, чем пороговый угол, то длина отрезка уменьшается в два раза и расчёт производится заново до тех пор, пока не будет...

Russian

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 ![screenshot...

help wanted

Unique views - number of registered users viewed the article (similar to #114 for rating). It would be nice to able to click the value and view the list of...

Enhancement

Dear @romeric, I've added Fastor to test it against OpenMP SIMD for std::vector in fastor branch [here](https://github.com/kostyfisik/OMP-AVX-intrinsics-dotprod/tree/fastor) 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...

enhancement

### 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: - [ ]...

no stale

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...