Daniel Cassidy
Daniel Cassidy
Summary: * Unless it causes some bad side effect, I think you should make the `explicitSocketBind` option default to `true`, and preferably remove it altogether. * If my first suggestion...
At present, all releases of cz-conventional-changelog since 3.0.1 are useless since they behave exactly as if 3.0.1 was installed. The reason for this is the circular dependency between cz-conventional-changelog and...
### Basic info: - **Node.js version:** 16.13.1 - **jsdom version:** 19.0.0 ### Minimal reproduction case ```js const { JSDOM } = require("jsdom"); const options = { contentType: "application/xml" }; const...
Input: ```json { "name": "awesome-web-framework", "version": "1.0.0", "bundleDependencies": [ "renderized", "super-streams" ] } ``` Output: ```json { "name": "awesome-web-framework", "version": "1.0.0", "bundleDependencies": { "0": "renderized", "1": "super-streams" } } ```...
The build emits a lot of compiler warnings. We should really clean these up. Some look like probable bugs.
(from [bug #426116](https://bugs.launchpad.net/swfmill/+bug/462116) on Launchpad) Using swfmill trunk on Windows with attached SWF, swfmill responds ``` WARNING: end of tag DefineFont3 is @21938, should be @21946 ``` [TwitcamPlayer.swf](https://gist.github.com/raw/e1ec293769baa8fcbccf/81a2ed8cb070532eebe8205a30ef9951b6d0d024/TwitcamPlayer.swf) --- [gogoad](https://launchpad.net/~andrzej-dus)...
`RECORDHEADER` has two formats specified: a short format for tags that are shorter than `0x3f` bytes long, and a long format for tags that are `0x3f` bytes long or longer....
In SWF 5 and below, string values are either “ANSI” or Shift-JIS. It turns out that when Adobe say “ANSI”, they mean Windows-1252. However, swfmill decodes strings as if they...
swfmill relies on `int`, `long` etc being a certain size, so we might as well check that in the configure script. See [`AC_CHECK_SIZEOF`](http://www.gnu.org/software/autoconf/manual/autoconf-2.64/html_node/Generic-Compiler-Characteristics.html).
`` places HTML relative to the current working directory. It should place it relative to the base URL of the XML file in which it appears. For an example, see...