Carl Bordum Hansen

Results 20 comments of Carl Bordum Hansen

Reimplementing 1400 lines of code of C to Python /can/ produce a short and beautiful program, but it is a lot of work and just a bit crazy. I would...

Hi Pravandan, Thank you very much for your interest in improving the project! This change does not make sense to me. `pip` is still called `pip` in Python 3, although...

Akuli, `--user` is already in `README`. Is that what you mean? Clearing up the confusing stuff I left behind is encouraged!

I don't think we can count on translated man pages to have the same structure (either could have been reworked since the translation)

How does it work when multiple TUIs connect to the same server? I'm asking, because if each get their own cursor etc, then this will seamlessly allow collaborative editing, which...

I am also affected by this :/ How does your `body.jsonnet` look?

For me, this is also an issue regardless of order of the hooks

Hi @septfish. Can you share a code snippet that gives this error? thanks :-)

They're not completely asymetrical. This is probably what you want: ``` python >>> from http.cookies import SimpleCookie >>> c = SimpleCookie() >>> c['lol'] = 'wat' >>> c.output(header='Cookie:') 'Cookie: lol=wat' >>>...

hi @freis. It seems to me like the `verify` keyword was never implemented. I can implement it in the following week, if you do not want to. To avoid issues...