Robert Middleton
Robert Middleton
While I don't have any golang experience(and I don't have a particular desire to learn at the moment), I would be willing to support in other ways - hosting, testing,...
If we do this for the `GZCompressAction`, a similar thing should also happen for the `ZipCompressAction`. @ams-tschoening Any thoughts as to the change? On one hand, I feel as though...
>The root cause in this example was a memory look and is pretty interesting, because in this special case one can't guarantee that any subsequent log statements or whatever will...
I've created a JIRA issue to track this: https://issues.apache.org/jira/browse/LOGCXX-523 I should be able to take a look this weekend. I've also created another issue to track other errors that are...
@nturner Can you take a look at #64 and see if that works for you? I've tested it on my end.
Ah, it looks like you haven't updated the config. If you use a config file similar to [this one on JIRA,](https://issues.apache.org/jira/browse/LOGCXX-523?focusedCommentId=17324555&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-17324555), that should let the error handler run. Basically what...
> Sorry; been busy. Yes, @rm5248, if I use a configuration like the example in LOGCXX-523, logging appears to continue. That approach results in a more complex configuration (2x the...
Note: this is an issue with the following access file as well: ``` [/] * = [/path] username = rw ``` When accessing /, a 500 error is sent back...
here is a patch that seems to work to show both the size of the class and the number of members in the class. I am not 100% sure that...
I messed around with this a little bit today without too much luck. I have discovered the following: - ExternalProject_Add won't work, because the libraries will not have been built...