lyknode
lyknode
What I would suggest for the configuration files is to implement an `include` directive. That way, package maintainer and users will be able to accommodate the configuration hierarchy to their...
FYI, I've tested and integrated this patch in the Debian package. @r00t-, You need to update `Makefile` and `README.md` to reflect your changes to the profile file's mode. (Both still...
Hi @sh4nks, I'm having the same issue as @fili, when using flask's [send_from_directory](https://flask.palletsprojects.com/en/1.1.x/api/#flask.send_from_directory) method. You can reproduce with the following code: ```python from flask import Flask, send_from_directory from flask_caching import...
@gergelypolonkai, I would be fine with either solution (caching or not caching). With maybe a preference for not caching `_io.BufferedReader ` since, as you said that might invalid other type...
Hi @fboender, Just a small ping for this PR :)
@fboender, > > To deal with that, mgitstatus.1 would need to be removed and generated, at build time, by users (using make). > > I used to write my manpages...
FYI, mgitstatus has just been accepted into debian today. https://tracker.debian.org/pkg/mgitstatus From Debian 11 (bullseye) and forward, people will be able to: `apt install mgitstatus`