Matt Price
Matt Price
- currently does not properly find unprefixed transform properties due to capitalized first letter.
At present, Wikipedia plugin grabs plain text from Wikipedia pages by stripping HTML tag regexes from the HTML provided by the API. Unfortunately, the first several paragraphs of many pages...
Popcorn is fundamentally an asynchronous library. Current code is a tangle of callback hells. It should slowly be converted to use async functions, thenables, and async/await constructions.
- [ ] add jslint as dependency - [ ] convert jslint-check.js to a node file - [ ] optionally, make some real style choices that go beyond jslint and...
the googlemaps plugin relies in several places on the `google.maps.geometry` API. The geometry library is no longer loaded by default ([docs here](https://developers.google.com/maps/documentation/javascript/geometry)). It should be possible to manage without it,...
I'd love to have ai special blocks export with some formatting, either for inclusion in blogs or just for sharing with friends in casual conversations. Do you already have thoughts...
c3.js and its fork billboard.js have tooltips that activate no matter where you hover on the map. They do this, I believe, by calculating x-distance from the mouse to the...