Christian Krieg

Results 10 comments of Christian Krieg

Hi @Barabazs Yes that totally makes sense! Not sure if I can reproduce the exact behavior I had (I don't want to touch my running system now); but I think...

@MyBpoConsultant @RCheesley probably the docs should also mention that elevated access to the Twitter API is needed to interface with API version 1.1 (which is used by the Twitter plugin)....

Hey guys! Without having a look into existing pull requests, I also implemented this functionality in https://github.com/caesar0301/treelib/pull/188 and https://github.com/caesar0301/treelib/pull/189. Unlike @HollowMan6, I removed legacy ordering; Is there any reason to...

Hi @chrysle, thank you very much for the pointer! As far as I understand, #1256 seeks to disable maintenance tasks for contexts in which a user wouldn't expect such tasks....

@Gitznik, thank you very much for taking your time to elaborate the implications of an ``--offline`` switch. I agree that having such a switch may not be reasonable. I will...

I would be happy to work on such a PR and subscribed to #1256 to monitor its progress.

Hi @ludwigschwardt, many thanks for your kind response! I had a look at the precompiled manylinux wheels on PyPI already; Although I generated above example code/output using Python 3.9, I...

Hey there, first of all, thanks for this fix and great conversation so far! As I am waiting for this PR to be closed in order to start working on...

Probably of interest here: https://stackoverflow.com/a/29572581 > On OSX, if you are using the built-in Python shipped by Apple, you will be missing a proper readline implementation as Apple ships instead...

I can reproduce this behavior on my Debian 9 system. Is there any activity to resolve this issue?