-
-
By refactoring to perform incremental updates instead of whole system re-ingests, we can eliminate the need for an intermediate datastore (i.e. MongoDB), and ingest directly from the Gospel Library si…
-
The way Gospel Library gets content (including text, images, and video) is by accessing the church's CDN. There is no API to access it officially as far as I can tell, so a scraper may be the best way…
-
When working with Gospel I run into the same issues from time to time:
- Missing functions for sequences
Functions like `mapi` or `map2` are defined for lists, but not for sequences. On the oth…
-
For example, manpage for `Gospelstdlib.List` is lacking the gospel type declaration and its informal documentation end up in the synopsis:
```sh
$ ocamlc -bin-annot src/stdlib/gospelstdlib.mli
$ odoc…
-
The terrible thing about the church website is that it doesn't even use its own API most of the time.
And the JSON that's embedded in the HTML is in the most obtuse format (probably to mirror the H…
-
(Originally noted in https://github.com/yonidavidson/cockroach-ent-example/issues/7)
Cockroach, like all databases which operate at high isolation levels, are liable to encounter serializable resta…
-
Im getting this error when executing lerna run graphql-deploy
I can still run npm run dev , and it works but when I try to build-web or use graphql-deploy , or when i try to deploy in netlify i get …
-
Hi! I have used Neatline to build a number of exhibits of cut-up fragments of books, in fact whole editions of books -- but the plugin is suddenly broken on my installation of Omeka. I use Reclaim Hos…
-
Hello! This is an excerpt from my first Gospel specification...
```
(**An infinite array. *)
type 'a t
(*@ mutable model view: integer -> 'a *)
(**[get a i] reads the value stored at index [i] …