-
Current code is somewhat hard to read. I'd suggest to create a coding style guide and amend all existing proofs to follow that style.
Below are my ideas about coding style to be discussed:
- Use b…
-
Post questions here for this week's fundamental readings: Grimmer, Justin, Molly Roberts, Brandon Stewart. 2022. Text as Data. Princeton University Press: Chapters 10, 12, 6, 13 —“Principles of Discov…
-
I'm interested in being able to reference code listings alongside a caption in a manner similar to figures. For example, if I had a code chunk called `dobootstrap`
It might look like so:
````
…
-
What is a precise and compelling specification for parallel computations that track latency/depth? We need such a specification in order to understand what it would mean for a latency tracking impleme…
-
I find it could be more useful to implement a portion of enriched category theory which is enriched in a symmetric monoidal category. one sweet spot is that opposites exist and that many categories ar…
-
Hi, David. I am developing an automated theorem prover on Metamath and this repo helps me a lot. However, I feel confused on the ``$d variables``. Specifically, some theorems would not record its ``$d…
-
The current definition df-ral `(∀𝑥 ∈ 𝐴 𝜑 ↔ ∀𝑥(𝑥 ∈ 𝐴 → 𝜑))`, sloppily phrased as `For all x in class A holds 𝜑`, is perceived as problematic, when x and A are not disjoint. In this case the filtering …
-
In big documents with lot of theorems and equations it is convenient to use locally defined labels. I use some snipped like
```
\newcommand\locallabel[1]{\label{\currentprefix:#1}}
\newcommand\lo…
-
This is a proposal to add a `textDocument/ast` to the LSP protocol. The idea is to have a capability that returns an AST from a selection.
- The specification can specify naming and formatting con…
-
this happens with the easyCamExample and when using ofEasyCam in general. Dragging with right mouse button do nothing. Left and middle mouse works. but not sure if left mouse works properly . i can't …