QLands
QLands
Is it possible to customize getAllChildMarkers?
Is is possible to have a stacked bar? If so which sort of options+values would do it?
I have the following Macro: ``` {% macro display_errors(errors,modal=false) %} {% if modal == false %} {% for error in errors %} × {{ error }}. {% endfor %} {%...
I am testing your example ./example/sse-server.js and all works fine under normal circumstances. For example calling curl http://192.168.0.20:8080/sse will start the events (new connection). Cancelling curl (Ctrl +c) will cancel...
As described [in StackOverflow](https://stackoverflow.com/questions/61112438/wrong-coverage-report-with-webtest) I have simple WebApp that I am testing with WebTest but the coverage result report missed lines that are executed. This might be related to #117...
**Is your feature request related to a problem? Please describe.** If I have startDatetime: '1995-1-1' and endDatetime: '2021-12-31' but I just have data for '1995-1-1' and '2021-12-31' I don't need...
In a LibreOffice edited Excel file the function dimension().lastColumn() returns 0 even if the sheet has columns. I'm using the following code: ``` excelSheet = (QXlsx::Worksheet*)xlsx.sheet("choices"); qDebug() dimension().lastColumn(); //Returns 0...
When we run Celery 5.2.3 with the following command: celery -A formshare.config.celery_app worker --loglevel=debug -Q FormShare We get the following output: ``` -------------- celery@M3800 v5.2.3 (dawn-chorus) --- ***** ----- --...
Hi, I can see that the manager has a register_event() but how can I tell the manager to listen for events? For example, a listen() function that would put the...
I'm using pytest-pyramid-server to test a Pyramid application. The server starts fine and I get some coverage information however no matter the request I made for example: ``` assert pyramid_server.get('/')...