Harrison
Harrison
What license is this code being released under?
I'm trying to create a few pull requests but the pre-commit hook is broken for me. I looked in the package.json and I see the pre-commit runs lint and test....
Travis CI has several limitations that make running a Jenkins server desirable. 1) First Travis CI does not support FreeBSD and the Travis CI team shows little interest in adding...
Nextgen uses it's own dependency injection library, which can be found here: https://github.com/hbowden/nextgen/tree/master/src/depend-inject . However this library is specific to nextgen and as such can't be used outside of nextgen...
Use coveralls or a similar service to display lcov results on the README.
Write implementation for set_process_name() on FreeBSD and Linux, right now set_process_name() is only implemented for macOS.
Write a style guide so that contributors have a resource for how to format nextgen's source code.
Running `make coverage` no longer generates code coverage reports. Code coverage generation fails with the error message below. `100% tests passed, 0 tests failed out of 7 Total Test time...
Currently `-h` and `--help` doesn't help anyone, print out a useful message on how to use `nextgen` and where to get more information.
Have cmake check for needed headers and libraries like `libdtrace` and `dtrace.h` before generating Makefiles.