Greg Smith

Results 27 issues of Greg Smith

### Question 💬 Not sure if this is a bug or not. I have a working implementation, but when I add a hash location to my callback URL it doesn't...

incomplete
triage

Right now it does this: ```js player.on(['addurationchange', 'adcanplay'], function(e) { ``` It should only run this code once, right now it can run once for each event, then more if...

refactor

This has a couple benefits * General tidiness, it's strange to have output with keys that start at some arbitrary number * Can help with certain types of tests since...

I am working on an application where we allow users to set an icon name. We'd refer them to https://feathericons.com/ and say we support any of those icon names. In...

I see a bunch of code in there, but I'm not sure what it does. Is it usable? Should it be documented?

docs

I noticed these undocumented mixins and I wanted to add them to the docs. However, I'm not actually sure how people use them. I noticed they're copied from Compass, but...

docs

There seems to be a test case for it, but I'm not sure how it passes, because it doesn't seem to be implemented.

docs

I see iconic and some code to support it. Does it work? How does it work? Should it be documented?

docs

These are ways to filter collisions in box2d. boxbox should provide a more friendly API that doesn't involve doing bit math etc.

may be a box2d limitation, should report error at least though