David Golightly
David Golightly
Tried to install via Git, since Rubygems hasn't been updated yet past 0.7.4.1. But I get a 404: ``` bash $ gem install betabuilder --source https://github.com/lukeredpath/betabuilder.git ERROR: Could not find...
The following code fails the rule `media-has-caption` with the default configuration: ```ts {tracks.map((trackData) => ( ))} ``` (where `tracks` is an array of track data) Expected behavior: When media data...
The original version of this library was a port of Python's `dateutil.rrule` library. The syntax was thus very "Pythonic" and not very JavaScript-y, thus leading to a lot of inconsistencies....
The documentation mentions a `getFlag` function, but subclassing the component & overriding it doesn't do anything. This is because the `render` method doesn't call `getFlag`, instead inlining the implementation: ```jsx...
Admittedly this is an older browser, affecting as of this writing 8% of the Android market, but I thought I'd submit this for the record: - open an HTMLBars-dependent client...
Added a basic integration test. I'd like to test more, but couldn't figure out how to optionally import the `intlTelInputUtils` in the test, upon which 90% of the functionality rests.