-
I'm ambitiously trying to setup (for fun) without the help of `docker` or `docker-compose`.
- MacOS Big Sur 11.6
- Python 3.9.7
I managed to install all the required dependencies (I also didn't…
-
Related to #1163 - with jinja2 set as the primary template backend, an exception is raised on `./manage.py update_index`, because the jinja2 render method only accepts a dict, not a `django.template.…
-
```
What steps will reproduce the problem?
1. use Jinja2 as template engine via coffin (http://github.com/dcramer/coffin)
2. overriding pagination/pagination.html with own Jinja2 template
3. paginatio…
-
Error log:
```
root@c8faefc852da:/apache-pulsar-grafana-dashboard# ./scripts/generate_dashboards.sh http://172.17.0.2:9090 standaloneGenerating Datasources ...
Traceback (most recent call last):
…
-
```
What steps will reproduce the problem?
1. use Jinja2 as template engine via coffin (http://github.com/dcramer/coffin)
2. overriding pagination/pagination.html with own Jinja2 template
3. paginatio…
-
### Checklist
- [ ] The issue exists after disabling all extensions
- [X] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a …
-
The Badge Builder form should use WTForms to make it easier to maintain and more standard (such as when the posted fields are not reused on the resulting page).
It should have select boxes where opti…
-
We should document that our built-in `pad` filter is not needed. Just use Python-style string formatting:
```
foo_{{ "%05d" | format('3') }}
```
prints:
```
foo_00003
```
-
It's about time for us to create a JSON templating system, which will be integrated as part of the `.chan.arc` standard. This way, we don't have to manually retrieve the CSS and HTML on every thread g…
-
Hi,
I am trying to use given library to convert a postman collection to robotframework but unable to do so because of below error:
C:\Users\aryalakr\Documents\postman\postman_js>postman2robot --…