-
### Environment
Flask-Appbuilder version: 2.0.0
pip freeze output:
```apispec==1.2.0
attrs==19.1.0
Babel==2.6.0
certifi==2019.3.9
chardet==3.0.4
Click==7.0
colorama==0.4.1
defusedxml==…
-
This is a feature request.
It would be great to have a variable system in the Linuxkit configuration file.
Of course an alternative is to use `sed` before building the image but I don't want to …
-
Upgrade of dcatapit extension and tests performed on [INFO-TN demo instance](http://opendata-trento.geo-solutions.it)
**The client has provided an updated dump of his CKAN's DB that I used for my tes…
-
The latest 20.6.4 PyPI is breaking our [setup.py](https://github.com/inveniosoftware/invenio-records-rest/blob/master/setup.py) files with the following exception:
```
Traceback (most recent call las…
-
Make sure these boxes are checked before submitting your issue - thank you!
- [x] I have checked the superset logs for python stacktraces and included it here as text if any
- [x] I have reproduce…
-
Let's admit: the pages that TDS generates look like ass. None of us on staff have great front-end design skills, but that doesn't mean that we can't do any better. There's a billion CSS frameworks out…
-
hello
according to this: https://docs.saltstack.com/en/latest/topics/targeting/globbing.html
this state should work:
```
/etc/ntp.conf:
file.managed:
- source:
{% if grains['id'] == 'ho…
-
You could use multiline strings in the source at several places. Example:
Instead of:
```
html = "\n"
html += "\n"
html += "" + title + "\n"
```
Write this:
```
html = """
{t}
""".format(t=title…
-
### Description of Issue/Question
Within the past day, package updates were applied to a CentOS 7 salt master server, upgrading salt-master and salt-minion to 2016.11.4, and installing python2-pycryp…
-
In order to provide jsonnet rendering for helm charts a new ReleaseModule similar to the Rudder ReleaseModule should be developed.
This module would take charts and render them as Jsonnet templates.…