James Brechtel

Results 4 issues of James Brechtel

Our application has an "idle timeout" warning which will log a user out + navigate away from the current page in the event they have been idle for too long....

It would be nice if the migrator would warn or error when there are multiple migrations with the same number prefix.

It would be great if the migrator would error when a migration calls next() multiple times. Presently calling next() multiple times from within a migration will result in that migration...

`setRequestBodyJSON` appends a "; charset=utf-8" to the end of the `Content-Type` header and this causes some libraries like https://hc.apache.org/httpcomponents-core-4.4.x/current/httpcore/apidocs/org/apache/http/entity/ContentType.html to fail to parse such HTTP requests. It seems like the...