blenzi
blenzi
Hello, How can one name the different runs / reports, please ? The doc mentions `allure generate --report-version 1.4.5 --report-path tests/_output/allure-report -- tests/_output/allure-results` but with allure 2.24: ``` --report-version does...
In order to time the full operation I am using the python client in a jupyter notebook: ``` %%timeit -n1 -r1 parsr.send_document( file_path=pdf_file, config_path='/tmp/parsr_config.json', document_name='Test', save_request_id=True) while 'progress-percentage' in parsr.get_status()['server_response']:...
The README suggests that cloning the package and calling `make run` should start the API but `curl http://localhost:8080/docs` returns `Empty reply from server`. If something else is needed, it would...
Both are protected for admin scope. You probably didn't notice [here](https://github.com/pyronear/pyro-api/blob/main/src/app/api/endpoints/notifications.py#L18) and [here](https://github.com/pyronear/pyro-api/blob/main/src/app/api/endpoints/recipients.py#L16). 
Thanks @fe51 ! There was a problem that caused the client tests to fail: I was recording the access_id instead of the user_id in events/acknowledge_by. This is fixed now.
Hello! I also agree it is very useful to have it and to distinguish "acknowledged" by/at and "viewed" by/at. The former is related to who is responsible for "I no...
Hi FG, Quite often we (admins) end up acknowledging some events. Generally, if multiple users have the right to acknowledge a given event, it can be useful to know who...
Websockets have many differences and subtleties with respect to HTTP routes. Without being able to test the setup locally, due to #217, #231, the development is quite hard. The feature...