Petr Dlouhý

Results 117 issues of Petr Dlouhý

Add simple check for ElasticSearch. It requires `elasticsearch` package to be installed to perform this test, but if the test is not active, it should not be required.

I wanted to perform the `check_cache` test on all of my caches so I modified the code to allow set/array in `ALIVE_CHECKS` settings.

In the `static/wagtailyoast/dist` directory there are js/css files for all the versions (0.0.1 - 0.0.9). Especially the `yoastanalysis0.0.x.js` and `yoastworker0.0.x.js` files are quite large and having them 9x makes the...

Partial fix for #158 The rendering of templates take ~10ms per scribble even if it's content is completely blank. This returns simply blank DIV in that case. Other changes are...

Fix #89, allows installation on Django 3.1 from sources until #157 is in PyPI. Of course, it needs the `npm` dependencies to be installed.

I just realised, that if I delete all scribbles from my template, the template rendering times are 100-300 ms shorter (measured by https://pypi.org/project/django-debug-toolbar-template-profiler/ with user logged off). This is significant...

When I try to validate HTML on page with scribbler, I got following error: ``` Error: Attribute maxlength is only allowed when the input type is email, password, search, tel,...

With huge amount of transaction I started to have problems with performance of counting account totals. I tried to start counting running totals for the accounts, but I realized that...

This is small modification of the check_leg() triggere function that would give more information about the failed transaction. This would need to be rewritten to support more legged transactions and...