Standa Opichal
Standa Opichal
The `spawnSync` returns an object with `stdout` property which is to be logged instead of the whole object.
**What**: Add README docs on `toBeVisible` matcher not checking the `aria-hidden` attribute. **Why**: For consistency with the `aria-disabled` note added earlier in https://github.com/testing-library/jest-dom/pull/303 **Checklist**: N/A
Makes the report highlight the lines according to the chosen metric. This helps in creating the appropriate perception of the generated output (especially the html version) based on the metric...
A description of an array object member is not parsed ADD - 0056-array-of-object-with-description.apib (based on https://raw.githubusercontent.com/apiaryio/mson-zoo/master/samples/0056-array-of-object-with-description.md): ``` FORMAT: 1A # XYZ # Data Structures ## My Array (array) - (object)...
Default object with properties indented by 4 spaced from the `Default` denotation parse as the 'default' 'object' element (from https://raw.githubusercontent.com/apiaryio/mson-zoo/master/samples/0060-array-of-object-with-default.md) ```apib FORMAT: 1A # XYZ # Data Structures ## 0060-array-of-object-with-default...
Fixes #14
Based on https://github.com/apiaryio/attributes-kit/pull/462 the onElementLinkClick() method is inconsistent when minim Element is used as input as it returns refract serialization as the second argument. ``` this.context.onElementLinkClick(element.meta.id, element, event) ```
As the `` properties support minim Element as their values (since https://github.com/apiaryio/attributes-kit/pull/462) the `props.dereferencedDataStructures` minim Element support should be implemented as well. This would allow the minim Element using application...
Adding support for https://aws.amazon.com/blogs/compute/node-js-20-x-runtime-now-available-in-aws-lambda/
By default the `logger` executable sends some RFC5424 structured data fields (see http://kerolasa.github.io/logger.html for details) which seem not to be recognized by the parser. Notice especially the 'message` and `header`...