Johannes Hertenstein
Johannes Hertenstein
Similarly it would be nice if we could define groups of polyfills. For example: I am currently using the following polyfills: - `Symbol` - `Array.prototype.@@iterator` - `NodeList.prototype.@@iterator` In 99.9% of...
Possible solution in the meantime: Replacing dashes in your search queries that are not meant as 'control characters' (In this case, replacing all dashes that are not preceeded by whitespace):...
We had this problem as well. In our case it turned out that the stack traces contained `UploadedFile` objects which were tried to be encoded fully. Extending `Rollbar\RollbarLogger` and customizing...
Another alternative would be using an actual parser (e.g. https://github.com/nikic/PHP-Parser ) to parse the file contents and extract the class name that way while sticking with the current proxy logic.
@digitalgecko Thank you. You just saved me a lot of time. I was already recoding my chatbot in Python, because of the Connection resets. Just catching the exception works well....
Hi, I am very sorry for the late answer - are you still having this issue? If so, can you provide logs of mailcow-exporter?
If you findthe time, I'd be happy to take a look at the logs to see what's happening.
Sorry for the late answer, I sometimes don't keep up with my E-Mails. ARM builds should be fairly easy to do, since it's go. Do you have any insights into...
That I hadn't considered, yeah. For the beginning just supporting it in docblocks would go a long way.
Seems to be a duplicate of #3