Brian Hurst

Results 15 comments of Brian Hurst

@anudeepND I _think_ the presence of the `--docker` flag needs to be checked in `getPiholeVersion()` so the command can be run with `docker exec`. So basically the same if/then that...

Similar to @jarylc, my instance is private and accessible only within my LAN. I was already running a reverse proxy (Caddy) for local services so I found that by proxying...

I agree, this would help a lot since the page titles aren't always descriptive enough, but the current [jekyll_pages_api_search](https://github.com/18F/jekyll_pages_api_search/) plugin we are using doesn't allow this type of modification easily....

Received feedback from Sue, amended acceptance criteria to include additional requirements

This still appears to be an issue for me using the latest release. Here's what I need to do in order to get it working: ``` const { exportFunctions }...

Not totally sure what to do with this... maybe just leave it as a branch for now until we revisit the future of Jekyll starter templates?

> Does anything prevent us from using this as the new base template? If we think it's more reliable/maintainable without `jekyll-assets` it would be a good replacement for now It...

@allisonnorman for prioritization

Moving this to the backlog for the time being since we've implemented a different solution for MVP.

Some notes from the USAgov team: > The script for our tooltips can be found on GitHub here: > https://github.com/usagov/webtemplates/blob/dev/assets/js/tooltip.js > > The basic structure for the HTML is like...