Volker Diels-Grabsch

Results 81 comments of Volker Diels-Grabsch

@ggoulart @gprestes @yonting @olehb007 @magnethy Meanwhile I added some more improvements with respect to password handling, improved the README, and released 1.20 as well as 1.21, but the question remains:...

@ggoulart @gprestes @yonting @olehb007 @magnethy As there was no further feedback, I'm closing this issue for now. Please feel free to open another ticket if you still have trouble with...

I'd suggest to change the Xmlm indentation to work as described above. I believe the simplest way from Xmlm's current state to there is to implement the following changes: *...

Thanks for the hint. This is indeed what we already did to solve the indentation issue. The purpose of the above detailed explanation about whitespacing in XML was to contribute...

Thanks for the insights. So please let me clarify the bug report: First, this "autocomplete" mechanism is triggered by just typing code, without hitting `C-c TAB` or any other keyboard...

I see. The "auto-complete" was innocent, but I had the "company" package installed and globally activated. That was the problem. I turned "company" globally off, and the bug vanished. Thanks!

Ok. One more detail that is perhaps relevant: With disabled company-mode, an explicit `C-c TAB` makes the situation even worse: Not only `pervasives.mli` is scanned, but all other `*.mli` of...

This seems to be an issue with `requests` or `urllib3`, and not specific to this `requests_pkcs2` library. Does any of the solutions offered in in the following Q&A solved your...

Alas, this issue seems to be system dependent, and we can't reproduce it on any of our development systems. Could you run our test suite on your system, please? Perhaps...

@yustiks Have you been able to run our test suite on your system?