Ouroboros Chrysopoeia

Results 92 issues of Ouroboros Chrysopoeia

This is feedback for the readme. After using `go install`, I see that `auth-export` is not in the path. It therefore has to be run as `~/go/bin/authy-export`. The readme can...

I don't understand why the release for v0.4.0 is missing.

Currently, `color` has to be `Optional[str]`. I request that an iterable also be allowed for it, with the same length as `x` and `y`. This is intended to conveniently allow...

I'm using v0.5.0 in PyCharm Community 2017.2.3. When I use Format, it removes the indentation, e.g. 4 spaces. It should instead detect correct level of the indentation and preserve it...

I'm using v0.5.0 in PyCharm Community 2017.2.3. ``` my_cases = """ food | barley 1 | 11 2 | 22 """ ``` When I use "Format Preserving Outer State", it...

Please add the link to your Arxiv paper, i.e. https://arxiv.org/abs/1811.02804 to the repo's readme. Thanks.

I found this repo from https://arxiv.org/abs/1606.07659 but this paper is not referenced in the repo. Maybe it should be.

Nobody really wants to use Python 2.7 anymore. It's very close to becoming obsolete. Please update the code to use Python 3.7, and confirm the same in the readme. The...

Please add some examples of the summarization at work in the readme. I couldn't find them in the paper either.

Consider removing the redundant outer parens since all your examples have it. Why can't it just be imputed? Why do I have to remember to type two extra characters that...