Vadym

Results 5 issues of Vadym

Command `unpackDir` uses the following code to determine whether the directory should be unpacked: ``` shouldUnpack = options.unpackDir ? isUnpackDir(path.relative(src, filename), options.unpackDir) : false; ``` The above basically uses a...

wontfix

Scenario: - RTMP stream that apparently specified audio presence in the header but no packets are transmitted - Results in exoplayer constantly buffering (librtmp client tried to wait for the...

When installing module from npm, include fails because there is no index.js file, as specified within the package.json's `main` entry.

XML allows the usage of either single or double quotes to enclose attribute values (e.g., `` or ``).

When Format is initialized with indent set to 0, the expectation is that prolog will also not have a newline following it.