Fotis Gimian

Results 157 comments of Fotis Gimian

I immediately thought about this too while grabbing the tool today.

+1 for me too :smile:

Here's [another way](http://fgimian.github.io/blog/2016/04/03/building-web-assets-using-shell-scripts/) I documented that you can use using fswatch 😄

Ah nice @ziodave, glad you found it handy 😄

I've just got this working so I'll send a pull request soon when I test it more buddy 😄

Ah, no worries @kode54 😄 Thanks for the reply!

I love and use REPLs all the time (coming from Python) and would love to see this too. However, in the meantime, check out [CSharpRepl](https://github.com/waf/CSharpRepl) which you can easily use...

There are a few other things missing too like snmptrap. Right now, Easy SNMP is completely based on the original Net-SNMP bindings, we provide exactly what was provided originally. I...

lol, sorry about al that re-assigning ... I was having trouble working it :smile: Anyway, welcome aboard officially @nnathan, I've assigned this one to you mate Cheers Fotis

This actually was part of the original codebase: ``` python # check for transports that may be tunneled transportCheck = re.compile('^(tls|dtls|ssh)'); match = transportCheck.match(sess_args['DestHost']) if match: self.sess_ptr = client_intf.session_tunneled( sess_args['Version'],...