Blake O'Hare

Results 47 issues of Blake O'Hare

It would be nice to have options to override the default behavior for invoking Add File/Add Directory and Load Skin, much like the option exists for `handleLoadListEvent`, `handleAddUrlEvent`, etc. My...

* ~Inspect NativeTunnel and document/fix it~ * ~Prototype u3webview on Mac~ **DONE** * Prototype u3webview on Linux * ~Delete dead code in Common~ **DONE** * ~Get rid of `AcrylicConversionHelper`~ **DONE**...

Release Roadmap

These are all the observations I made while making docs. Most of these can be dealt with trivially. After finishing docs, I'll be making a few quick passes over this...

bug
library
High Priority
Release Roadmap

See `AbstractTopLevelParser`, `CrayonTopLevelParser`, and `AcrylicTopLevelParser` or just search for this URL in the codebase.

bug

See `ScopedNamespaceLocaleFlattener` I don't really remember what is going on here, but it is indeed unhelpful.

bug

For the locale stuff, this needs to be fetched from locale-aware metadata.

bug

well-known image and audio formats are already handled and everything else is automatically text, however, there should be a way in the build file to specifically mark things as text...

Constructors: using 'this' keyword in base constructor args or in constructor default values **should** cause an error `constructor(arg = this.field1) { }`

bug

This should print `a, b, 2, c, 3, d` but instead it goes `a, b, 1, ...` and then crashes with an out of range error ``` function main() {...

bug
High Priority