-
Hi,
I had trouble finding documentation on the input type varmatrix. I found it mentioned in [this issue](https://github.com/maths/moodle-qtype_stack/issues/555) but when I used it I realised now it'…
-
## Issue Details
I am asking for an example how to compute an oriented bounding box from a list of points and plane ([not the optimal bounding box](https://doc.cgal.org/latest/Optimal_bounding_box/…
-
This is an exciting project!
It would be even more exciting if it didn't use Haskellisms in its annotation syntax. :) For example, instead of:
```el
;; (elsa--arglist-to-arity :: List Symbol ->…
-
https://en.wikipedia.org/wiki/Bipartite_graph
Note that `Graph (Either a b)` with vertices of types `a` and `b` allows connecting vertices of the same type, that is, the resulting graph is not bipa…
-
# Roles, extension interfaces and static interface members
This is an attempt to address the scenarios targeted by my previous ["shapes" investigation](https://github.com/dotnet/csharplang/issues/1…
-
---
id: vcell
version: 7.4.0.26
specificationsUrl: https://raw.githubusercontent.com/virtualcell/vcell/86a4ad9c795f8903a3ddb32f1fa2a7551c973208/biosimulators.json
specificationsPatch:
version: …
-
Hi @aantron!
Thanks a lot for your amazing work on Dream, I'm really excited to see a full-featured OCaml web server and can't wait to try it for a side project 😄
I wanted to take the pulse and…
-
This should help some of the error cases.
This looks like a good intro:
https://barro.github.io/2018/01/taking-a-look-at-python-afl/
I think the steps are:
- Create a main program like `bi…
-
I think PSL would benefit from adopting [Sum Types](https://en.wikipedia.org/wiki/Tagged_union) and forgoing the more limited enum.
#### Example:
Before:
```
enum Color {
Red
Teal
}
…
-
It occurs to me that `Sum` is both shorter (so better ergonomics) and probably more commonly in use than `Coprod` since the latter is more familiar to a category theorist than someone who knows about …