Jonathan Swartz

Results 11 comments of Jonathan Swartz

I am getting many of these errors as well with POST. Stacktrace: ``` gems/httpclient-2.8.0/lib/httpclient/session.rb:800:in `rescue in block in parse_header': HTTPClient::KeepAliveDisconnected: Connection reset by peer @ io_fillbuf - fd:142 (HTTPClient::KeepAliveDisconnected) from...

Ahh, yup. I will use namespace::autoclean or similar. On Dec 19, 2012, at 11:42 AM, William Cox [email protected] wrote: > makes it difficult to pull out the HTTP method being...

Yeah - I guess I didn't think about this hard because it would only matter for a demo using sqlite -- on a real website the database would be off...

On Oct 1, 2012, at 11:44 AM, Jeffrey Ryan Thalhammer wrote: > On Oct 1, 2012, at 4:54 AM, Jonathan Swartz wrote: > > > Yeah - I guess I...

Hey Pedro, Just wanted to thank you for your Mason feedback and contributions, and apologize for the delay in responding to/adopting them. That is not the way I normally like...

On May 4, 2012, at 6:01 AM, Pedro Melo wrote: > If I have a component in the root of my site named `foo` with `allow_path_info` enabled, the following URLs...

Hmmm. I think that ignoring trailing slashes is probably the vast common case, so I don't want to require more work for that case. Maybe it can ignore them by...

Thanks - will be fixed in next release On Nov 7, 2012, at 3:09 AM, hstaugaard wrote: > I can't get the standard run.pl to work on Windows (Strawberry Perl...

It is documented: ``` REQUIREMENTS You will need to install Cache::FastMmap from CPAN to use this driver. ``` I don't want CHI to depend on Cache::FastMmap in this case. I...

@agoel2-atlassian pinging again. [#388](https://github.com/opsgenie/terraform-provider-opsgenie/pull/388) appears to address your concern, can you take a look?