emdee-is

Results 30 comments of emdee-is

See also the suggestions in https://github.com/TokTok/c-toxcore/issues/2702

Did a fix for this get merged? If so could you post the PR? If not, could you post the patch?

I wouldn't have raised the issue if it worked! On this code it comes back empty. ``` NO introduction points for duckduckgogg42xjoc72x3sjasowoarfbgcmvfimaftt6twagswzczad ``` Reading your comment https://github.com/torproject/stem/issues/96#issuecomment-987257472 made me think...

> that should provide a simple workaround. Why could I do that: the code isn't even valid Python ```hs_address``` is undefined. And there's a lot more to V3 location specifiers...

Introduction points now work with 1.8.2 You may want to include or adopt https://git.plastiras.org/emdee/stem_examples which are the examples from stem.torproject.org/examples and make a good testsuite. There are some problems that...

you should move away from using setup.py to install: it installs an .egg which is deprecated and may cause problems. I've added pyproject.toml and setup.cfg files for a pip install...

I've added a ```__main__.py``` so qweechat is now a standalone console to weechat by calling ```python3 -m qweechat``` The /fset buffer still is not functional so you still need to...

@gk-tpo Who has write privs on this repo besides @atagar ? Instead of archiving it you can mirror it on github. This is where it's known to be. Do you...

The project should migrate away from setup.py You can use these as starting points for both master and maint: [setup.cfg.txt](https://github.com/torproject/stem/files/14351969/setup.cfg.txt) [pyproject.toml.txt](https://github.com/torproject/stem/files/14351967/pyproject.toml.txt) @atagar are you the only one who has write...

Thanks; I looked at the 1.8.3 gitlab code and there are some small changes relative to master from cryprtography renames and some data updates but the unit tests do not...