Jamie Zawinski

Results 8 comments of Jamie Zawinski

Me too, FWIW. Example: http://cargocollective.com/elelle/VIDEO/ Also, the "Use original player" link doesn't work.

Adding this to my CSS works around this bug, FWIW: I have to override the inlined height declaration. .video_frame > .youtube5placeholder { height: 0 !important; }

Here's a test case. Note that with Youtube5 turned off, the video box has a 16:9 aspect ratio, and the video's preview frame resizes as the window is resized. With...

I got it working. Code is [here](https://www.jwz.org/wysiwyg-comments-trix/), on my [WordPress plugin](https://wordpress.org/plugins/wysiwyg-comments-trix/) that replaces the comment field with Trix. If anyone has suggestions of a better way, I'd love to hear...

Changing the Trix colors is a _lot_ of work, because they're all over the place, and changing the foreground color of the icons is particularly hard. I did manage it,...

This is still not fixed in 6.0.0b1. Here is how I have managed to work around it: `this.on("totaluploadprogress", function (progress, total_bytes, bytes_sent) { // I can't tell how the total_bytes...

Maybe I'm missing something, but doesn't that mean that on the transition from colorbars back to live video, EXT-X-MEDIA-SEQUENCE as seen by the client will no longer be monotonically increasing,...

FWIW, here's how I worked around this with PHP 8.3/8.4: ``` cd /usr/local/src git clone --depth 1 https://github.com/uw-imap/imap.git git clone --depth 1 https://github.com/php/pecl-mail-imap.git cd pecl-mail-imap phpize ./configure \ --with-imap=shared,/usr/local/src/imap \...