-
Questions that should be answered by Hyde docs:
- In this configuration of Jinja2, is `{{ var }}` going to escape by default? (This would not be the Jinja2 package default, but makes sense)
- What is …
-
Hi,
I have two .liquid files, inside first.liquid:
{% include "second.liquid" %} works
{% include "second" %} will throw TemplateNotFound
Is there anyway to support {% include "second" %}?
…
-
### Description of the bug
If I add in markdown
```
::: my_package.my_module
options:
members:
- my_attribute
```
mkdocstrings displays this beautifully:
But if …
-
**Describe the feature**
Ability to strip .j2 extension when performing jinja2 compilation.
It is useful to have .j2 extension on files for at least two reasons:
- IDEs provide syntax highlighting
…
-
### Component
API Server / GraphQL, Git Integration
### Describe the Feature Request
Jinja2 allows users to extend the capabilities of the language by providing addition filter in a form of a pytho…
-
### 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 …
-
### Describe the bug
While I was trying to generate documentation with the `autodoc` extension I came into an issue for certain pydantic models. It looks like that under certain circumstances autodoc…
-
When using the following `pyproject.toml` file:
```TOML
[project]
name = "torchissue"
version = "0.1.0"
dependencies = ["torch"]
[tool.uv.sources]
torch = { index = "pytorch" }
[[tool.uv…
-
### Command
- [ ] check-image-updates
- [ ] delete
- [ ] deploy
- [ ] diff
- [ ] helm-pull
- [ ] helm-update
- [ ] list-images
- [ ] list-targets
- [ ] poke-images
- [ ] prune
- [ ] render
- [ ] seal…
-
### Jdaviz component
Imviz
### Description
The documentation for `Imviz.load_data` implies that it should be possible to load asdf-in-fits files from jwst directly. However, when I try to do…