-
Note: the issue was created automatically with bugzilla2github tool
Original bug ID: BZ#2860
From: @JasonGross
Reported version: 8.4
CC: @herbelin, @JasonGross
-
I have successfully utilize django-river in my django admin page.
the question is : Is there a demo or tutorial to utilize django-river in our CBV or FBV.
-
#### Description of the problem
```coq
Ltac unfold_id := unfold id.
Ltac cbv_delta_id := cbv delta [id].
Ltac cbv_delta_minus_id := cbv delta -[id].
Ltac let_unfold_id := let id' := id in u…
-
**Describe the bug**
If I'm using Pydantic 2, cbv.py imports package `typing_inspect`. However this is listed as an optional dependency.
**To Reproduce**
Steps to reproduce the behavior:
1. I…
-
I am trying to debug a large meta-program written in MetaCoq using the printing effect, and I'm running into an issue where `print_id` prints `_UNBOUND_REL_0`.
The meta program has the guard checke…
-
The new way to declare a dependency in FastAPI 0.95 is to use `arg: Annotated[type, Depends(func)] = default`. Using this on a cbv decorated class attribute does not behave as expected. The cbv seems …
-
I think I should open an issue for shedding light on a problem that appeared through the discussion of PR #1407.
In UniMath, Sigma-types and hence also the cartesian product are implemented as a re…
-
#### Problem description
CBVCorrector currently loads MAST CBVs by default, or else you have to set up design matrices yourself. But I want to run CBVCorrector on an HPC system without access to the …
-
The pagination of articles are not working correctly.
The page seems not to be changing.
In the template, _articles.html_
```
{% if page_obj.has_next %}
More
{% endif %}
```
Th…
-
> **Draft**: I wrote a lot of text, but based on the closed issues I should probably compile the program first and try to make proofs, since the process will lead to a better understanding of rumm. I …