jpsenior
jpsenior
I had to search the source-code to learn of the existence of these options for 'edit page' links. These should be documented properly with descriptions of their usages.
Quaffing a cursed potion of levitation does indeed cause a headache, up to d10 damage. Assuming one was quaffing 'many' unidentified potions, it's possible one of them is indeed cursed...
If netaddr or geoip is missing, show a friendly error message explaining the missing packages (and how to install them) instead of relying on unfriendly exceptions.
From Protect724 (Chris) "Another way would be to install a custom file connector. You still need the lightweight rule but don´t have to care about starting the cef generator and...
It is limiting to only have CEF-based syslog as an output module. Investigate adding new output modules, including (but not limited to): iptables snort signatures hosts.deny ipfw Cisco firewalls (object-group,...
Some interest has been seen in integrating an exabgp feed: Similar project may be seen at https://github.com/grnet/flowspy/blob/master/doc/source/index.rst
There is some sort of doctree node failure in the rendered latex pdf output when I am outputting new nodes, causing latexpdf failures: ``` ! LaTeX Error: \caption outside float....
A @debug_fn wrapped function should also return the result of the function it executes, otherwise it returns None. ``` class SomeAgent(eossdk.IntfHandler): def __init__(self, sdk): self.intf_mgr = sdk.get_intf_mgr() self.tracer = eossdk.Tracer('debug_fn_sample')...