Erik Quaeghebeur

Results 7 issues of Erik Quaeghebeur

I started using rasdaemon recently. I use a self-compiled, self-configured kernel. I have a hard time finding out which kernel modules I should include in my configuration. I get the...

At work, we use Exchange/Outlook. To get a merged view of my work and home calendars, I want to access my work calendar into my CalDav client (which is on-line)....

For some people that do prefer open source software (like me), it is more convenient to install from the Play Store. (Look for the model used by DAVdroid, for example.)

I am trying to get a somewhat reliable estimate of the number of visual (non-whitespace, non-metadata) characters in pdf files. For this, I use the `extract_text` function. I stumbled across...

workflow-text-extraction

I've just installed g-pypi on my mostly stable Gentoo installation. My Python version is 2.7.3-r3, which as far as I know includes argparse (i.e., an external module is not needed)....

There is the following in the code: https://github.com/Alir3z4/html2text/blob/24aac8629f6a50ab262727815107384e0682cf42/html2text/__init__.py#L781 Of course someone managed to produce html with links of the form `…` that trigger this assert. I think better than having...

In the code, there was often both a check for whether a certain key was in a dict and a conditional access of the corresponding value. This can be elegantly...