Bernhard E. Reiter
Bernhard E. Reiter
Just like AdminLTE, we should move to bootstrap 3.3.7 https://github.com/almasaeed2010/AdminLTE/commit/1fe157ae77a355ea3377f83bb6bf830f643974b0 However https://github.com/twbs/bootstrap/releases/tag/v3.3.7 says there have not been significant changes to the css and this is what we are using, so...
It would be useful to have an example that allows for a login using JSON as body in a POST request. Use case: have an example for a single page...
Just like #825 there is a 2.6.1 release on pypi, but no tags. * https://pypi.org/project/hug/#history * https://github.com/hugapi/hug/releases BTW http://www.hug.rest indicates 2.4.8
A file like ```python import hug @hug.get(suffixes = ['yo']) def hello(request): return 'hello' @hug.get(prefixes = ['/my']) def hi(request): return 'hello' ``` will export ``` /hello /helloyo /hi /my/hi ``` **expected...
Observed: running ` /usr/bin/vdirsyncer -v debug sync` and the process hangs in one thread. Expected: Sync completes. It did before the move to Debian buster and switch of vdirsyncer version....
Users using calendar application frontends only, want to see if there was a conflict within their applications by seeing both versions of the event. vdirsyncer version 0.18.0a2.dev16+g81895c2.d20210520 only offers the...
The current Vdir Storage Format definition reads: > - The ``ident`` part of the filename *should not* be parsed to improve the > speed of item lookup. What is the...
Following v2.1.2 Install and Development instructions, then starting the example default bot net, the feodo-tracker-browse-parser stopped with ```sh File "/opt/dev_intelmq/intelmq/bots/parsers/html_table/parser.py", line 37, in init raise MissingDependencyError("beautifulsoup4") intelmq.lib.exceptions.MissingDependencyError: Could not load...
Right now it seems that intelmq depends on https://pypi.python.org/pypi/termstyle/0.1.10 which is considered "dormant" from the author. Because terminal styling may not be the most important task, I think we may...
As the verification of the certificate chain only is done on secure http connections (with TLS), the parameter name `https_verify_cert` with an **s** seems to be more intuitive. :)