Ibrahim Awwal

Results 64 comments of Ibrahim Awwal

Thanks! This is a great idea, though I don't know if it should be the default behavior. It'd be preferable to make it configurable, either as a top-level setting on...

Hm, so is there no way to connect to an existing browser context (say one created by Ferrum, not even the existing default context) and control it from multiple Ferrum...

One thing I've been trying to understand is what the purpose of the `discover` method is in the `Context` class. I would have expected it to allow Ferrum to list...

@AndrewQuijano thanks for your contribution! Sorry for the delay in getting this reviewed. To be honest, I think it probably make more sense to make this its own pip package...

Haven't really tested it thoroughly, but it works for my use cases. I guess I also don't really have the time to maintain this addon so I'd prefer to merge...

@kvokka Do you mean that your fix or the fix in #23 is not good enough? @arlimus 's fix seems to work for me, and is a less invasive change....

Hmm I don't experience that actually, though pasting in long strings of text is generally pretty slow with coolline enabled, even without the extra delay. But I haven't seen the...

Ooh, was tearing my hair out trying to figure out where any documentation on the ruby filter API was. Had to rely on issues like https://github.com/logstash-plugins/logstash-filter-ruby/issues/21 to figure out how...

One other question to answer here: you can indeed define methods inside the filter. The filter is basically being evaluated inside the body of a lambda; see: https://github.com/logstash-plugins/logstash-filter-ruby/blob/master/lib/logstash/filters/ruby.rb#L38 And apparently...

I realize this is pretty old, but I also see this output on a Linux machine. Not sure why. It looks like: `]1337;File=name=c2NyZWVuc2hvdF8yMDE0LTEwLTI3LTA3LTAwLTAyLjQ3Ni5wbmc=;inline=1:iVBORw0KGgo...` It's running inside tmux inside a docker...