Kyle Johnson

Results 22 comments of Kyle Johnson

Good call On March 24, 2014 5:04:10 PM EDT, Isaac Connor [email protected] wrote: > I'm creating this as an issue so that people can post bounties to it. > >...

When I get to this part of the new frontend, I'll implement it. Is this worth doing with the classic / current skin?

Sorry for the delayed response. Are you still having this issue? If so, * How did you install Patiobar? * Please post screenshots of your issue * If possible, also...

> My next challenge is changing the patiobar website to HTTPS so i can add a password, and access it from WAN w/o having too big of a security hole...

With the change to HTML5 and the use of the tags and ogg / theora files, Firefox is the only currently supported browser. Other browsers should be supported as /...

On 9/26/13 10:06 AM, Denis wrote: > I can help with translation to Russian. > > --- > > Reply to this email directly or view it on GitHub: >...

@K37V1N Yeah, I'd say this is almost certainly an env var issue, as @cph015 mentioned. Is this in your own crontab (`crontab -e`), or root's crontab, or some other user?...

That is a very noble cause! Sounds like a good use case for running this via cron. 1. `env | grep -i runt`: If you run `env`, it lists all...

I'm working on adding test coverage for this issue / fix. The goal is to run the terraform code in `examples/issues/178` sequentially some number of times, to consider the test...

Tests are failing because `examples/issues/178/main.tf` specifies ``` postgresql = { source = "cyrilgdn/postgresql" version = "1.21" } ``` and because `TestConcurrentPostgresqlGrant` is using `terratest`, which does things quite differently than...