Jeffrey Clark

Results 93 comments of Jeffrey Clark

I'm using https://github.com/andreas56/libdmg-hfsplus with buildbot. While you can technically create them with `genisoimage`, there are two drawbacks. Can't set extended attributes (setting background image, or creating symlinks), all files will...

Very first device, Shelly 1 v3, bricked. Pulled directly out of the box new. Had 2019 firmware on it. Did not OTA upgrade to latest Shelly. Will try again with...

Patch breaks google oauth2, but twitter and facebook work fine.

Tested with 5.5.19. @flaf work-around behaves as expected. If I set the merge behavior in hiera yaml using lookup_options, eyaml merge does not work.

minimum_version does not work properly with upgrades (changing package_ensure to a version or latest). Example: From a currently installed 4.10, change minimum_version to 5.7 and package ensure to latest. Two...

This pam module is like a flood gate. The README states that it only supports counting attempts. Documentation should probably clarify that success or failure is not taken into consideration....

Generally speaking, prefer the current behavior. A sudo::conf may be valid by itself but in the context of the whole configuration (eg. order dependent, duplicate definitions, ???) the configuration breaks....

I recently switched some go projects from fpm to nfpm. https://github.com/goreleaser/nfpm A few rough edges, but overall I like it compared to fpm.