Gerard Hickey
Gerard Hickey
Added support for forking on instances of Github other than github.com. In addition added ability to pull stored settings from git config so that one is not prompted each time...
I have just recently learned of `marketstore` and I am becoming convinced that it will be a better solution than using HDF5 files like I planned on. Bringing up an...
## Summary New plugin for `jqp` ## Checklist - [x] CI tests are green. If you are using GitHub, you might want to use the `plugin_test` action from [asdf-actions](https://github.com/asdf-vm/actions) -...
I have found (although it really should be another issue) that the endpoint parameter acts differently if there is a slash at the end of the value. ``` >>> f...
As noted in HDFGroup#105, this PR will remove the trailing slash from the endpoint parameter if it exists. This will prevent the exception from being thrown if the slash exists....
This is the rewrite of the hnl_mk_hardware_facter.rb code into separate Facter modules. This makes it easier to maintain the code and integrates the external facts directly into Facter. One is...
Created from comment on issue #29 as to not loose the discussion and to allow others to make comments: > A thought I was just having (more of a question)...
The openrc package is not being pulled into the image which is causing issues trying to start lldpad. Even after building a new microkernel with openrc installed, there are issues...
I am having problems with getting Release-IT to orchestrate releases in GitLab pipeline. I have followed the GitLab pipeline recipe and this may be a case of just needing more...
This change recognizes the `DEBUG_USE_STDOUT` environmental variable to allow log messages to be directed to `STDOUT` when the NodeJS version is being used. Please refer to #964 for the use...