Brian Reavis

Results 13 issues of Brian Reavis

``` js fields: ["title", "description"], weights: { "title": 2, "description": 1 } ``` Only an idea at this point.

enhancement

Fixes https://github.com/web-mech/badwords/issues/93 ``` TypeError: Cannot read property '0' of null ```

help wanted

https://github.com/eddyxu/cpp-coveralls https://coveralls.io/

enhancement

Arrays and Objects coming from mx:HTML windows are of the __HTMLScriptObject & __HTMLScriptArray types—which behave slightly differently than traditional objects and arrays. Trying to JSON encode them without these changes...

To prevent errors like mentioned here: https://github.com/naturalatlas/tilestrata/issues/26

To remove tiles from cache (basic auth). All cache plugins would need to provide an `unset` method.

enhancement

# Objective This PR adds a robust retry mechanism for retrying assets that fail to load, which is extremely useful if you have assets coming in over a network. It's...

C-Enhancement
A-Assets

# Objective Right now, all assets in the main world get extracted and prepared in the render world (if the asset's using the RenderAssetPlugin). This is unfortunate for two cases:...

A-Rendering
C-Performance
S-Ready-For-Final-Review

# Objective After #10520, I was experiencing seriously degraded performance that ended up being due to never-drained `AssetEvent` events causing havoc inside `extract_render_asset::`. The same events being read over and...

C-Bug
A-Rendering
C-Performance

The ability to use version badges for packages on a sinopia server would be really nice. There are two ways I see of skinning this: 1. Add an always-public `/-/:package/:version/badge.svg`...