Rotem Yaari

Results 34 comments of Rotem Yaari

Hi @reinaldoossuna - can you please rebase this PR so that we can review and merge it? Also it seems there are still outstanding comments here that need to be...

``` $ bro add -h NAME: add SYNOPSIS: bro add [COMMAND] [-m MESSAGE] DESCRIPTION: This adds an entry to the http://bropages.org database. Called without parameters will add an entry for...

Do you want me to register it for you? Do you even plan to register it at some point?

Registering class methods isn't supported because gossip doesn't know which instance to call... You can easily achieve a similar result by: ```python class Blap(object): def callback(self, a, b, c): pass...

Hi there! First, glad to know that you like it! Thanks for the kind words. Regarding your question -- the `register` method on hook objects is stricter than the global...

A few questions that are raised, assuming the syntax is something like: ```python @infinisdk.hooks.object_deletion.register @contextmanager def some_contextback(): before() try: yield except: error() else: after() ``` 1. How does exception handling...

Thanks! @ujjwalsh it seems like travis fails for this PR?

Isn't "MockWrapper" or "MockProxy" a better name?

Anybody have any idea how to fix this? I'm also unable to get this mode to work properly with powerline...