David Butler
David Butler
Im getting this randomly.... having trouble tying it down to a cause, but I figured I'd post here to see if anyone knew of any possible causes ``` Traceback (most...
I find my self doing this: ``` class CustomUDPLogstashHandler(logstash.UDPLogstashHandler): def __init__(self, *a, **kw): self.global_extras = kw.pop('global_extras', {}) super().__init__(*a, **kw) def emit(self, record): for key, value in self.global_extras.items(): setattr(record, key, value)...
I use PyCharm, and I have hacked together this bit of code: ``` # This will activate an attached PyCharm or PyDev debugger on a django 500 # error #...
``` type NamedType int func main() { err := godump.Dump(NamedType(0)) if err != nil { panic(err) } } ```
### Describe the feature I would like to be able to add some application specific string to the user agent header sent with http requests to the IMDS service ###...
Hello! Thanks for all the great work on this library! Thanks for writing up the information here in this issue: https://github.com/maxmind/mmdbwriter/issues/90 . Is this info still up-to-date? I am starting...