Michael Mestnik
Michael Mestnik
``` /*! * @brief reflect vector across a plain identified by it's normal * and store result in dest * * @param[in] I input * @param[in] N normalized normal *...
I've uploaded cglm to a PPA located here: https://launchpad.net/~cheako/+archive/ubuntu/cglm There are several reasons why this source pkg would not be accepted into Debian: 1. The copyright file is still the...
Compared to https://github.com/bemeurer/beautysh this project offers? Looks like you have the first to market flag, but for some reason [atom-beautify](https://atom.io/packages/atom-beautify) chose this other project.
I'm using an older version(58163d6678be29f80b930abe4bb6d2089945eb9c), I have not yet researched migrating away from uwsgi. This is while going through the setup wizard in etesync-web. I think it's the first "real"...
I don't think this is used anymore. https://github.com/mrash/fwknop/blob/cd72de9f43076613a05df1c7319a272e97b940de/client/fwknop.c#L75
TLDR: I'm not satisfied with good enough, because I do not know what good looks like. I'm asking for this decision to be explained with supporting evidence, so that I(and...
When viewing a comment there appears to be no interface to modify the comment.
Tapping News item dosen't scroll to comment.
The easy part to fix is to add some documentation about nom-bufreader, if you want an issue to track this it's #810 Some work in nom would be nice regarding...
This is like `char()` except it's always one byte and not limited to being valid utf8. There is no way to error, except doesn't match. ``` /// Recognizes one byte....