clach04
clach04
Its funny you mentioned repr(), I have this in a few of my projects where I deal with self generated json (i.e. it isn't coming from an untrusted user): ```...
I just spent a few hours attempting to backport Nose to Py 2.2 see https://github.com/clach04/nose/tree/python_2.2_support it seems to work for CPython 2.2 but not Jython (2.2). I'm not likely to...
I think the issue is that the solarized theme thunks all constants to the same color. You can see this by loading the theme and then loading the vim hilight...
Hmmm, easy answer is; your project, your rules ;-) You might want to consider looking at: * black (very opinionated formatter) * isort (as I used in this instance, this...
@xmha97 I've posted a PR that I think does what you suggested. Also take a look at the linked urwid ticket.
https://github.com/mooz/percol/issues/87
Cross link https://github.com/mooz/percol/issues/107 Reading code, the migemo dependency in the code is optional, but the setup.py declarrs it mandatory. However, even with the python migemo dependency satisfied, there may not...
@LoganBarnett I posted PR https://github.com/mooz/percol/pull/115 to make the dependency optional at (pip / setup.py) install time - this is one possible solution. My initial thoughts are you have two options:...
@hartwork I just tried this against https://pypi.org/project/percolator - does this do what you want? It seems to work.
Thanks for checking @hartwork , I thought I had fixed that a few days ago. I'm guessing I'm missing another location. I fixed/updated https://github.com/clach04/percolator/tree/mymain?tab=readme-ov-file#calling-percol-from-python can you point me at the...