-
As mentioned in the code I executed the code and downloaded everything from requirements.txt other codes are working but
# Code for Relation Extraction
```
result= nlp_prompter.fit('relation_extr…
-
We're using `jinja` in our static site generator called [Static Shock](https://staticshock.io).
In general we're very happy with this implementation of Jinja. It provided us with a reasonable templ…
-
I get
`error from : Jinja template rendering error: 'collections.OrderedDict object' has no attribute 'default' at MIB DOCS-IF3-MIB`
when compiling DOCS-IF3-MIB from [http://mibs.cablelabs.com/M…
-
Been playing around with this tonight but I've hit a wall. I want to hide certain menu links from users that don't have permission to access those links. In theory, I'll replace `url_for` in many of m…
-
For the jinja implementation would it be possible to add something to load the resources like Flask:
{{ url_for('static', filename='images/planets.jpeg') }}
or Starlette :
{{ url_for('static', …
-
- [X] I'm on the [latest version](https://pypi.org/project/djlint/) of djLint
- [X] I've searched the [issues](https://github.com/djlint/djLint/issues)
- [X] I've read the [docs](https://djlint.com)…
-
If I type the following into vscode:
```
body {
color: {{ color("gray", 800) }};
background-color: {{ color("white") }};
font-family: Georgia, 'Times New Roman', Times, serif;
…
-
Hi,
Is it possible to have a Jinja or Twig (both are compatible) ?
cheers
fred
-
Steps to reproduce:
1. Manually create grammar element using SingleChoice. E.g.
```
- TAG: WITH_ENUM
FIELDS:
- TITLE: UID
TYPE: String
REQUIRED: False
- TITLE: TITLE
TYPE: S…
-
see e.g. https://github.com/WolfgangFahl/pyLoDStorage/blob/master/lodstorage/params.py
which does jinja compatible parameter handling and is used in https://github.com/WolfgangFahl/snapquery
wit…