John Hein
John Hein
The `dotenv` script in the python-dotenv package appears to be more featureful than the rubygem version (list, set, get, run for the python flavor vs. just [essentially] run for the...
The FreeBSD port has been updated to point to this repo (devttys0/libmpsse), including the proposed fix for issue 16 (support parallel build): https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217160 Please say so if there is a...
It would be a good idea to lay down a tag for the existing code base as version 1.3 (for git changeset f1a6744b220d) since that is basically the same as...
It's too bad this repo (devttys0) has gone radio silent without explanation. Before going too far with new changes, what to you think about my previous comment (a tag for...
Okay. I'd be okay with a policy of major bump (2.0) for API changes, too. (e.g., http://semver.org/, https://en.wikipedia.org/wiki/Software_versioning#Degree_of_compatibility).
Does the attached patch fix it? [pr-libmpsse-objconf.txt](https://github.com/devttys0/libmpsse/files/777891/pr-libmpsse-objconf.txt)
This patch is now part of the FreeBSD port of libmpsse.
I am looking into creating a freebsd port for pyoxidizer. One issue is that the pypi download page only has binary wheel packages. This 'issue' not be the right place...
> maby fix like this: > > ```c++ > if (!((reinterpret_cast(data)) & 3)) { > ``` That seems right to me. Conversion to a large enough integral type such as...
I will try to come up with a simple test case that can reproduce the observed problem.