matthew p hrudka
matthew p hrudka
You can do this creating a BaseEntity class which other entities extend, for example: ``` module API module Entities class BaseEntity < Grape::Entity expose :_id, documentation: { type: 'String', desc:...
As a straw man to capture requirements I wrote the following example test cases ```javascript const assert = require('node:assert') const path = require('node:path') const test = require('node:test') // "mock" Quire...
@rrolonNelson #874 looks good, thank you for submitting the fix; I opened #878 to set the figure image `alt` text.
@rrolonNelson reviewing this solution locally we discovered that the change will break images for the epub output; until we can revisit the solution, if you do not need epub output,...
Nota bene: this pull request depends on #1126 being merged to fix failing end-to-end tests.