-
```
await givenEvents(events)
.readModel({
name: 'Ingredients',
projection,
resolvers,
adapter
})
.fermentables({})
.as…
-
At the moment it is quite difficult to figure out how to use read-model tester according to the examples in the repository. There should be a simple example like
here are your events
`const events…
-
Title basically. Seems to reproduce every time.
-
Deleting fermentable from recipe causes a crash. I bet this has something to do with 8cef99cb1d40e4432a9934423d1df38607a87f27
![screenshot from 2018-10-15 17-35-50](https://user-images.githubuserc…
-
Water, like fermentables and yeasts is produced by a 3rd party. As such these should have the producer element as well.
-
After having tried making additions to the Hop and Grist databases and later editing those additions, I am not sure how well it all plays with berfx files.
I need to test a bit more to see exactly ho…
-
Under measurements, it lists "grams" as the option for malt/fermentables, but when in the fermentables section is displays as (kg).
-
1) Malts refer to grains that have been malted, so having non malted grains, dme/lme, sugars etc under a malt category isn't correct
-
In general, the documentation provided so far here is really difficult to read and leaves me feeling more confused than I am just reading through the source code. I feel like [this page](https://githu…
-
Which has to do with 1) the conversion, and 2) Them passing the test due to not enforcing enough "additionalProperties": false. I think these need to be added not to just for example FermentableBase, …