Matt Handley

Results 13 comments of Matt Handley

https://software.hixie.ch/utilities/cgi/unicode-decoder/utf8-decoder tells me that the strange sequence 0xefbfbd is a result of the first byte of the png being incorrectly interpreted as UTF-8 (0x89) which translates to ``` U+FFFD REPLACEMENT...

Filed ariya/phantomjs#14936 for the encoding issue. Still, the harness needs to be updated.

Another very related issue is that the sourcemaps are generated with a / -> / base map, despite the phantomjs server actually serving from the runfiles directory, which requires file...

http://www.fusioncharts.com/blog/2013/12/jsdoc-vs-yuidoc-vs-doxx-vs-docco-choosing-a-javascript-documentation-generator/

Okay, with the tag in the (as this is set up now), the font does not block the initial rendering, afaict. Can you give me a Network HAR archive or...

Pushing this to 0.1.3 to get a clean release for 0.1.2.

One prerequisite of this (that we can maybe do now?) is to rewrite paths in modules to refer to chicago-brick libs versus other things. For example: const ModuleInterface = require('lib/module_interface');...

I'm not sure the inheritance is necessarily related to this issue. See this example: ```typescript export type Handler = (...payload: any[]) => void; export type EventDefinition = Record; type WSMessages...

All of this works, though we now use deno. Modules can be located wherever via the brick.json mechanism.