-
This is a mirror of a document available at [CraigFe/ocaml-generics](https://github.com/CraigFe/ocaml-generics/blob/master/rfc/optical-irmin-stores.md).
# RFC - Heterogeneous Irmin stores via Effec…
-
```
{.warning}
:::
Watch out!
:::
```
```
::: warning
Watch out!
:::
```
Both of these are listed in the docs. This flexibility is great (especially when compared to folks abusing `>` blo…
-
**Assignment 1: Visualization Critique**
Find a simple, stand-alone, static visualization and write a short critique on: How effective is it at what it aims to do? What works well and what doesn't?…
-
Are there any plans to implement the reflection system in the project, if so, do you have any idea how it will work to generate methods and classes at runtime, and execute this code?
For exemple, i…
bencz updated
4 years ago
-
-
_migrated from Trac, where originally posted by **cmueller** on 16-Jul-2009 7:15am_
Christoph's comment in ticket:1458.
Are validators and knowledge extractors required to look into ignore or not? I…
-
Thank you for such a wonderful package!
Do you have plans to support Web target? Obviously, you can run JS natively there, but it would be much easier from a developer's point of view to use the sa…
-
This is the thread where all the other groups leave their feedback for the documentation of group Gamma.
-
Given a Steme program without any type annotations, how much do we want to allow it to be different from a Scheme program? For example, do we want to have the same procedures with more or less exactly…
-
Event Sourcing is really only about persistence. You persist a sequence of events/facts which you use to derive the state of your model instead of mutating and persisting the state itself. That’s real…