Christopher Gervais

Results 8 issues of Christopher Gervais

CC licenses are not considered appropriate for software, according to: http://wiki.creativecommons.org/FAQ#Can_I_apply_a_Creative_Commons_license_to_software.3F. Unless you meant the license to only apply to the README... They recommend a license from the FSF, which...

int() serves to round down, but there doesn't appear to be a comparable function to round up. "-int(-)" can accomplish this, but is fairly un-intuitive.

Hi, first off, thanks again for the work on this module. It's working beautifully for us, in all but a couple use-cases. Importing images via feeds results in the following...

A number of my colleagues work on OSX, whose PHP implementation doesn't appear to set date.timezone. It should be pretty harmless to add `date_default_timezone_set()` somewhere early in our bootstrap to...

This looks great! Thank you for open-sourcing it. I'm looking forward to using it. In the use-case I have in mind, we'd use it to enrich our internal and project...

While running 'librarian-puppet install --strip-dot-git' will install Puppet modules properly, and set a flag in .librarian/config, it doesn't appear to actually do anything. Since it's also not documented in the...

TAP-21 originated with theupdateframework/specification/issues/309. Following discussion at the TUF [community meeting on 2024-11-01](https://hackmd.io/jdAk9rmPSpOYUdstbIvbjw#November-1-2024-Meeting), we've drafted TAP-21 and submitted a PR (#189). In addition to broader discussions of TAP-21, we are...

Coming from theupdateframework/specification/issues/309, and following discussion at the TUF [community meeting on 2024-11-01](https://hackmd.io/jdAk9rmPSpOYUdstbIvbjw#November-1-2024-Meeting), we've drafted "TAP-21 - Scale-out Architecture for High-volume Repositories". This TAP is still very much a "draft"....