George Hartzell

Results 26 issues of George Hartzell

Is there a way to script the generation of image files like the [example-usage.png](https://raw.githubusercontent.com/nicoespeon/gitgraph.js/master/packages/gitgraph-js/assets/example-usage.png) image? I'd like to generate a series of static (yawn) images so that I could stuff...

I was recently surprised when my one of my Ansible playbooks stopped working. It turned out that a prior `pkg upgrade` and `pkg autoremove` had deleted python27, which Ansible uses....

I'm trying to use the fa-handshake-slash icon, https://fontawesome.com/icons/handshake-slash?style=solid, in a site but I can't get it to show up. It was updated in FA 5.14.0 and the solid version is...

I'm having trouble making the notes and fragments shortcodes work. When I use the note shortcode, I end up with this in the output (via dev window or w/in the...

I'd like to use the [reveal.js-menu plugin](https://github.com/denehyg/reveal.js-menu). I started with the [sample programming quotes repository](https://github.com/dzello/programming-quotes). I've copied the menu plugin repository into `./themes/reveal-hugo/static/reveal-js/plugin/menu/`. I've edited `content/_index.md` and added ``` [reveal_hugo]...

This feels like a stretch for a GitHub issue, but I haven't found a better place to ask. I'd be happy to be redirected. I'm trying to find an E26/E27...

Is there a programmatic way to generate a png image for an asciicast, like asciinema.org generates? I'd like to be able to do something like this (from [here](https://discourse.asciinema.org/t/embed-a-recording-on-github/78)): ``` [![asciicast](https://asciinema.org/a/170142.png)](https://asciinema.org/a/170142)...

I have a callback that watches the value of a Dropdown (aka the "details" Dropdown) and outputs a set of divs into a "details div" based on that value. The...

I've been doing a massive S3 cleanup and the names of objects I have to deal with seem contain every imaginable character. I'm working from a S3 bucket inventory, which...

In [a recent PR](https://github.com/spack/spack/pull/4398#issuecomment-305239874) I pontificated about the importance of hardwiring the sbang line so that scripts use the interpreter with which they were built. In the ongoing [discussion about...

question