Standa Opichal

Results 20 comments of Standa Opichal

``` apiary-ui-ssr-service standa$ DEBUG=* npx dredd npx: installed 217 in 29.895s 2020-04-29T11:02:00.532Z - debug: Dredd version: 13.1.0 2020-04-29T11:02:00.533Z - debug: Node.js version: v12.16.1 2020-04-29T11:02:00.533Z - debug: Node.js environment: node=12.16.1, v8=7.8.279.23-node.31,...

For `spawnSync` the stdout is a Buffer. When tested individually I get: ``` > require('child_process').spawnSync('npm', ['--version']).stdout.toString().trim() '6.14.6' ``` So the code looks ok. It's just that the code using `spawnSync`...

Ah... it is the cross-spawn which we should rather let use spawnSync to fix the output. ``` import { spawnSync } from 'cross-spawn' ```

+1 as @valtteric noted here is a list of devices using this chipset https://cateee.net/lkddb/web-lkddb/RTL8192CU.html Perhaps this has been work in progress? Judging from seeing https://github.com/balena-io-playground/rtl8188cus-connectivity repo.

Also the same indentation problem applies to https://raw.githubusercontent.com/apiaryio/mson-zoo/master/samples/0059-array-of-object-with-samples.md and https://raw.githubusercontent.com/apiaryio/mson-zoo/master/samples/0058-array-of-object-with-sample.md where the Sample properties not having 4 spaces indentation from the denotation would disappear without any warning or anything reported.

I am seeing the same thing for M-SEARCH sent from a WeMo Android app (but not from OSX node.js client). The only difference I can see in the packet is...

Support for `host` object has been [added in API elements](https://github.com/apiaryio/api-elements/pull/62) primarily to support OAS3 Server Object mapping. Stay tuned for https://help.apiary.io/tools/interactive-documentation-v4/ renderer updates. I haven't seen any progress for support...

@joshwolff1 v4 embed would not be feature par with v3 embed and therefore it is not offered. There is currently no ETA I could share for v4 embed support.

Just submitted https://github.com/gruntjs/grunt/pull/930 for review. The essence is simple if the task description is explicitly set to `undefined` then it would not show up in the `grunt --help` output.

In order for the internally rendered link tags to be consistent with the application it is being used in (e.g. to contain proper `href` attribute value or to have application-provided...