Alexey Dokuchaev

Results 84 comments of Alexey Dokuchaev

Thank you for the fix guys, appreciated! I'll try to test it in the next coming days. > Btw, x86_32 support is pretty much dropped. I understand this (albeit reluctantly),...

Running hotot 9c8c8a2 with Qt4 interface, also for days, 248M here right now with 148M resident (on FreeBSD though).

> Please use Pull Request. I will apply them. Well I did: #142, but honestly don't understand why do all these dances (clone the repo, create branch, pull request, etc.)...

> I will realease a new version ASAP. Looking forward to it! :-)

> Tag pushed. It is a bit silly for distros to want a named release, for apps that don't do anything for said release It's not silly. Downstream package maintainers...

Hmm, interesting: all tests pass if I build and run `fastops_test` program on Ubuntu 20.04.1 LTS (Focal Fossa) using GCC 9.3.0, but only **log**, **sigm**, and **tanh** tests pass on...

The `Makefile` is written for GNU make while you're invoking BSD make. Either type `gmake` or build it from the `sysutils/powermon` port which DTRT itself. Also, you should not build...

> Is there any solution to this? Anything would help. Try doing this: ``` sed -i.bak -e 's,OpenGL::OpenGL,$${OPENGL_LIBRARIES},' src/tools/CMakeLists.txt ``` This is what I have in the FreeBSD port.

> `echo "Привет" | iconv -t cp866 | uchardet` It returns IBM866 but that's probably because uchardet is the same on both systems, while iconv implementations differ.

> Please test [issue_229 branch](https://github.com/flacon/flacon/tree/issue_229) Totals: 370 passed, 0 failed, 0 skipped, 0 blacklisted, 178217ms :-)