Marius Gedminas

Results 203 comments of Marius Gedminas

Experience with what? I played with Facette for maybe half a day; managed to create a memory graph; failed to figure out how to create an aggregated CPU graph for...

I don't have the permission to reopen. :(

I'd say if you can create a PR that adds support for Python async in a backwards-compatible way, go for it!

From my previous encounters with this kind of problem, you need a few things in order to use Markdown descriptions on PyPI: - a `long_description_content_type="text/markdown"` in your setup.py (which you...

"Lithuanian (US, with Lithuanian letters)", which is basically stock US English except the right Alt is an AltGr and I get ąčęėįšųūž on AltGr+1,2,3,...,8,=.

Perhaps it was linked against an older OpenSSL library that doesn't support modern TLS versions? We're a (friendly) fork of the [original LinkChecker](https://github.com/wummel/linkchecker), but we haven't yet produced any Windows...

You may want to try git master, which no longer requires a C compiler during pip install. (Note: it requires Python 3, unlike 9.4, which requires Python 2.7 and a...

Oh, we don't use console_scripts, so we don't get those nice .exe wrappers that setuptools can create for us. (I suspect that Windows users want the GUI which we no...

I wonder if pip3 install would work with a git snapshot tarball that github can generate on the fly? pip3 install https://github.com/linkchecker/linkchecker/archive/master.zip#egg=linkchecker This works for me on Linux! Upside: no...