Dave Justice

Results 71 comments of Dave Justice

What is the current status of this issue? Is there a suggested way to handle multiple keys now that #17 has been merged?

@ayrton Thanks for the clarification, I ended up going with a different (less integrated) solution as I have a deadline for this project. If I end up getting time to...

We chatted at dinner last night about our shared goals for diagnostic/tooling for ipfs. Dropping a document for the ipfs-toolbox web extension https://hackmd.io/sJZib5iiShGxmQ2x-OD8SQ

Interesting edge case. I didn't realize fullscreen was available in this way on osx. Part of me wishes we could disable fullscreen in this way, since it's not consistent across...

@Noitidart Good thinking, I feel like listening to the `resize` event (or something simliar) should do the trick.

the `mozfullscreenchange` may have worked, I think @6a68 verified that. I just had to revert the pull request because something in it broke the addon. Was planning to try the...

I think this was fixed in https://github.com/meandavejustice/min-vid/pull/951 pretty sure it was an underlying bug in the `audiosource` package

I see what's going on here, it has to do with the way we are forwarding the videos in replay view and a race condition with the video added to...

Is this still an issue after the changes in #475 ?

@freddyb This is because we inject the stylesheet into pages with youtube embeds to show the overlay icon. https://github.com/meandavejustice/min-vid/blob/master/webextension/content-scripts/icon-overlay.js#L494 Not sure how we can get around this while we are...