Sebastian Elsner

Results 17 issues of Sebastian Elsner

I am using the application factory pattern as described in the flask docs: https://flask.palletsprojects.com/en/1.1.x/patterns/appfactories/ , e.g.: ```python def create_app(): app = Flask(__name__) from yourapplication.model import db db.init_app(app) ``` As described...

Currently I have to check on github for new rpm/deb packages and releases. It would be most awesome if opensnitch would be in the official repos for debians and fedoras...

From time to time I get these numbers in the logs: ``` Thu 07 Feb 20:08.02: Server load profiling: Clients per second: 282.16, Now: 64 (processed 409600 connections in last...

bug

If renderA has another server mounted as renderB and renderA has a file that renderB has not the post command may fail on renderB. In the job host mask renderB...

enhancement

This is very much a nice to have/convenience feature, but makes sense when talking about jobs and you are not face-to-face. - A job/render would get a context menu entry...

enhancement

I would like to use GET parameters to preset the template on a new issue's page, like: .../issues/new?issue[tracker_id]=7&issue[template_id]=2 A similar issue was filed a while ago for redmine itself: Refer...

enhancement
question

It is great to be able to change the monitoring level in the ui. Having a lot of endpoints (that are e.g. generated by Flask-Admin), I do not want to...

FindNuke.cmake lists NUKE_LIBRARIES as an output variable. Using it on Windows results in a broken build, while it works on Linux.

The member name is wrong in the example. This PR fixes that. I have found this is the only place where it is wrong.

## Describe the bug Please consider the following code snippet. When run multiple times, installing the packages via pip.packages is reported as "changed" every run. ## To Reproduce ```python from...

Bug
Discussion