-
Note: the issue was created automatically with bugzilla2github tool
Original bug ID: BZ#3389
From: @JasonGross
Reported version: 8.4
CC: @Eelis, @gares, @zeldovich
See also: [BZ#4557](https://gith…
-
I have the following code right now:
``` ocaml
Require Import Category.
Require Import Sized.
Require Import Combinators.
Require Import Numbers.
Require Import NEList.
Require Import Coq.N…
-
When `pdfc` configuration is set in the `.typ` file, the title slide changes format (A4 I suppose).
The following code for reproducing the result:
```typst
#import "@preview/touying:0.5.2": *
…
-
In `Example.v`, the current methodology for deriving the user-friendly type of the proof uses the fact that nat is an hSet, and so the auxiliary rewrites we apply are irrelevant. It would be nice to h…
-
- We believe TMC for FL is wrong
- https://github.com/scarrazza/apfel/blob/a6bd3c1198beb37497f0d21b3f03e690c00615db/src/DIS/FLlight.f#L56-L58
- APFEL Implementation corresponds to https://arxiv.org/…
-
Compiling WarpX with PICSAR-QED on the CI runners of Spack for SYCL GPUs with oneAPI 2024.2.0 leads to compile errors of the form:
```
[ 9%] Building CXX object CMakeFiles/lib_2d.dir/Source/WarpX.c…
ax3l updated
2 months ago
-
Consider this term
```
const x y = x
```
Implemented in PIR like this:
```
(Λ(α : *) λ(x : α) Λ(α : *) λ(y : α). x)
```
Apply this to arguments:
```
(Λ(α : *) λ(x : α) Λ(α : *) λ(y : α…
-
Update readme also to include information about the QED-c integration with metriq-api.
-
It seems that the blocks created by this package cause lists to stop when exporting, as well as generally leaving empty lines after the content in the exported file. Would it be possible to have the b…
-
@JasonGross weird minimization, the error happens on
~~~
intros Hidx; eassert (Some _ = Some _) as HS; [ | injection HS; intros Hs; apply Hs ].
~~~
but it kept the tactics and Qed after it
_Ori…