inktrap
inktrap
I tested this via dkbweb.py which calls dkb.py, so this should apply to dkb.py as well. If you specify a from_date like 1.1.1970, you won't get an error from mechanize....
An entry like the following one has an empty `COL_VALUTA_DATE`, because it does not show a transaction, only the Soll or Haben (that you currently owe or have). So this...
Note that sometimes the original csv-file includes information, formatted via html. [I solved it like this:](https://github.com/inktrap/dkb-export/blob/master/dkbweb.py#L287) ``` # check that unparseable lines are not included as transactions # dkb should...
Hi, maybe I am missing something, but I am currently testing sup with a local mbox. I added this mbox like it is stated in the docs, `sup-add mbox:/var/mail/vh` and...
[Woodpecker](https://woodpecker-ci.org/) is the community-maintained fork of drone-ci and can be run via [docker-compose](https://woodpecker-ci.org/docs/administration/setup#docker-compose). It works well with Gitea and thus would be a good application to add.
I get this warning that will become an error: ``` UserWarning: The name 'foobar' is already registered for this blueprint. Use 'name=' to provide a unique name. This will become...
### Context I prefer my documents to look like this: ``` #·this·is·a·heading ·-·this·is·a·list ·-·another·item ·····-·this·is·a·sublist·entry· ·····-·inteded·by·4·spaces ·-·one·last·list·entry ##·let's·have·a·subheading·here And·some·more·text #·another·big·heading Some·text.·And·some·more·text ``` So I'd like to have: - list item...
I must be missing something … but how do I use pipx in a cronjob or shell script? This won't suppress output and still prints progress info: ``` pipx upgrade-all...
For the original issue see [getgrav/grav/issues/1781](https://github.com/getgrav/grav/issues/1781). In a nutshell: In the [docs](https://learn.getgrav.org/advanced/environment-config) it is stated that configuration by environment works by hostname, while in fact it works by parts of...
The wonderful [dateRange field does not only allow start and end dates as is described here](https://learn.getgrav.org/content/collections#date-range) but also a ``field`` (i am using a custom header field here, to show...