Dmitry Mikushin

Results 77 issues of Dmitry Mikushin

Thank you for developing such a great tool! It saved many hours of useless work for me, and will eventually save months and years!

When I'm trying to wiggle a git patch removing a file, I get the following error: ``` % wiggle -r -p1 0001-Removing-Boost-based-SSL-backend-replacing-it-with-C.patch wiggle: bad unified patch at line 33 wiggle:...

As I understand, currently xsimd does not support vectors of 16-bit floats. Their support has been recently added by AVX512-FP16, but I'm particularly interested in `float16x4` of ARM Neon. What...

Dear all, thanks a lot for working on this great project! I would like to know what is really meant by ARM NEON support. The ARM vector extension has been...

This PR offers conventional Python `setup.py` script that wraps around the CMake build system. The main advantage of this approach is an ability to build and install the pygmo package...

I'm using not too old Intel laptop with enough free RAM and CPU resources. Unlike many other interpreters, such as Python or Julia, it takes unusually long time for `wolframscript`...

There is only one opened page with jupyter Wolfram notebook, which is doing nothing. And here is what I get in htop:

Hello, as @zserge is probably not actively maintaining this repo anymore, I would like to offer a [fork](https://github.com/dmikushin/tray), which brings together the great original code by @zserge and the most...

Hello, I'm cross-posting this from [SO](https://stackoverflow.com/questions/69781500/define-empty-or-uninitialized-columns-in-julia-indexedtables-ndsparse), in hope to get an answer. I'm defining NDSparse table, with two columns "state" and "action" that shall be filled later. How should I...