Mike Pennington

Results 40 issues of Mike Pennington

I am curious whether bluelets has support or plans to support an interface similar to gevent.threadpool. Is this possible?

I can establish normal SSH2 sessions with Exscript. However, when I use `conn.interact()`, I get `exscript` tracebacks... fancy super-useful tracebacks courtesy of [`loguru`](https://github.com/Delgan/loguru) ```python $ python testme_exscript.py Interacting... 2021-12-26 15:51:45.849...

**Expected behavior:** No python3 syntax errors **Actual behavior:** Please note that I'm just highlighting the broken call below. The syntax error is in [`.vim/bundle/ultisnips/pythonx/UltiSnips/vim_helper.py`](https://github.com/SirVer/ultisnips/blob/f5ccf0977c611ffd774ca180774959301baaffad/pythonx/UltiSnips/vim_helper.py#L103), line 104. Someone appears to have...

I tried `traceflow` on my MacBook and it crashed... looks like `setsockopt(socket.SOL_SOCKET, SO_TIMESTAMPNS, 1)` is not supported on OSX... ref -> https://stackoverflow.com/a/46330410/667301 Full OSX crash info: ```python % sudo traceflow...

Obfuscate subnets, addresses, secrets, ACL names, vlan numbers, slot numbers, interface descriptions, etc... the specifics of what should be obfuscated must be available via CLI arguments.

accepted
feature-request

AFAICT, `ciscoconfparse` should not be a dependency; it's only used in `requirements.txt`. ``` $ git clone https://github.com/v1tal3/netconfig $ cd netconfig $ pss ciscoconfparse ./requirements.txt 2:ciscoconfparse==1.2.55 ``` `pss` is a python...

Hello, How is this repo licensed? If it's licensed [MIT](http://en.wikipedia.org/wiki/MIT_License), then that's permissive and I can almost do anything with it; however, if it's licensed GPL, derived works must be...

I am using ajaxterm with Firefox, when I edit a text file with vim and hit `` to use visual highlighting mode, Ajaxterm does not display the inverse video that...

I am not able to hit to get an escape character in Ajaxterm. This works with other terminals

Just a friendly reminder that it's quite helpful to choose a good license for your repo. The current situation (no explicit license in the repo) means that nobody should clone...