Bernhard E. Reiter

Results 61 comments of Bernhard E. Reiter

Try to see if installing `graphicsmagick` makes a difference. (For me it did.) ```sh gm -version GraphicsMagick 1.4 snapshot-20190423 Q16 http://www.GraphicsMagick.org/ ``` worked, while ```sh identify -version Version: ImageMagick 6.9.10-23...

Does curl do any encoding? This maybe a difference to the unit test call.

Both tags seems to be missing from https://github.com/hugapi/hug/tags and there are also no releases. @timothycrosley with the documentation below I suggest to close this issue. The code for the releases...

@timothycrosley The problem still persists with the current release: ```sh > hug --version hug 2.5.4 > hug -f hug-issue451.py > http://localhost:8000 | grep '"/.*' "/hello": { "/helloyo": { "/hi": {...

HI @timothycrosley, thanks for reopening the issue and the explanation. My problem is that I do not understand the use cases for the feature. I wanted to use `prefixes` to...

Right now, this is how it can work with current hug, with test requests from curl. ```fish hug -f hug-git/examples/authentication.py -p 8022 # different shell curl "localhost:8011/token_generation" -H "Content-Type: application/json"...

> You mean normalizing the events table? We are not sure what a good, general improvement towards speed could be. We are still in the process of analysing the situation....

See https://github.com/Intevation/intelmq-fody-backend/issues/8 for some hints upon the queries, Most queries start like the fody Stats page does it, with a range for `time.observation` if then one or two additional restrictions...

As IntelMQ mailgen sends out CSV file in some situations and we cannot be sure how the recipient will deal with it, it makes sense to sanitize by default. Formulars...

This needs some research how many vulnerable CSV spreadsheets are still out there. The article (http://georgemauer.net/2017/10/07/csv-injection.html) from 2017-10 mentions Excel and Google Sheets and thus it is likely that there...