-
Jinja2 uses the `is` keyword to express "test expressions". Here's the relevant [Jinja2 documentation](http://jinja.pocoo.org/docs/2.10/templates/#tests).
In Ginger, since we want tests, functions,…
-
Using Python 3.13.0 on Mac M1
Running source install.sh results in these errors:
cadenmackenzie@Caden-Macbook-Pro-14 exo % source install.sh
Obtaining file:///Users/cadenmackenzie/Documents/De…
-
Using `webtest.forms` to check the forms generated by my views, the `value` of a checkbox is `None` when the checkbox is not checked.
Here is a very simple reproducer.
First, create a `checkboxes` f…
-
### Jdaviz component
Imviz
### Description
Running jdaviz --layout jdaviz on the safari browser (version jdaviz-3.8.1.dev276+g808b8970) -- when I try to set the VMIN and VMAX values of the stretch …
-
The `any` and `all` functions supported by the rose mini-language expand expressions in full e.g. `any(foo == 1)` would be evaluated as:
```python
if foo_1 == 1 and foo_2 == 1 and foo_3 == 1 ... f…
-
jinja2.exceptions.UndefinedError
jinja2.exceptions.UndefinedError: list object has no element 0
Traceback (most recent call last)
File "/home/david/.local/lib/python3.8/site-packages/flask/app.py…
-
**Describe the bug**
Installing flask-monitoringdashboard breaks my app which uses Flask-SocketIO. Trying to use websockets produces the following traceback:
```
127.0.0.1 - - [01/Aug/2021 20:30:…
-
* Plone CLI version: 2.1.2
* Python version: 3.6.9
* Operating System: Ubuntu 18.04
### Description
I was trying to add a content type to a package previously created by plonecli.
### What …
-
Right now our documentation is generated via [docfu](https://github.com/feltnerm/docfu). The main reason for doing this doc generator being written in Python rather than JS is the documentation server…
-
**When I install python environment, the shell script is below:**
$script_dir/miniconda/bin/conda create --prefix $script_dir/python-occlum -y python=3.9.11 flask=2.2.2 flask-restful=0.3.9 jinja2=…