Jason Schweier

Results 6 issues of Jason Schweier

Fix #181 I redirected the stderr for this command, in case you are not on OSX and do not want to see all the errors `sh: 1: osascript: not found`

Fixes #897 (the similar URLs part) URLs like `example.com/foo` should now be similar to `example.com/foo.html` or `example.com/foo.htm` (and vice versa). The issue also includes mention of following redirects when fetching...

Potential fix for #70 I've added a `here` option to the `window` configuration. It allows me to specify which window will replace the window invoking the `itermocil` command. I manually...

Related to #85 I have the use-case of granting specific privileges to specific tables (and [others seemed interested as well](https://github.com/terraform-providers/terraform-provider-postgresql/issues/85#issuecomment-521214625), so took a shot at doing that. ``` resource "postgresql_grant"...

size/XL

We often experience transient failures in specs that fail in Gorgon but pass when run locally. This PR includes the seed with the data extracted from failing tests with RSpec....

To get better logs, we've enabled on `enable.mdc.logging`. When our 8 tasks re-start, it appears that 5 are using the new logging, but 3 are not. I've tried re-creating the...