Jeff Posnick

Results 297 comments of Jeff Posnick
trafficstars

There's a bug in the demo, with `videoid` being used incorrectly when `videoId` should be used: https://github.com/GoogleWebComponents/google-youtube/pull/47 I see that you recently edited this issue—in the initial version, were you...

There is an amorphous set of supported player parameters for the standard YouTube embed, including `rel`: https://developers.google.com/youtube/player_parameters#rel I took the approach of just passing through attributes set on `` to...

Apologies for the drive-by feedback. I work on `sw-toolbox`/`sw-precache`, and I've spent some time thinking about best practices for using service workers with templated sites, so I wanted to throw...

After looking through the code, my high-level comment is that it's unfortunately tricky to effectively implement this type of runtime caching: you have to balance a few things: - making...

The current implementation, with `toolbox.fastest` for (most of) the requests means that you'll have a much better upgrade story, and you'll avoid the issues I've previously pointed out where content...

In case folks are interested, I've got another example of using the gRPC service from TypeScript at https://github.com/jeffposnick/magic-realism-dream-bot/tree/main/proto That example uses the https://www.npmjs.com/package/@grpc/grpc-js client, which I believe is the most...

(I'm not affiliated with this project.) @photopea, I think your best bet would be to read through https://grpc.io/about/, as from what I can tell, the Stable Diffusion API is exposed...

I was going to say that I recently saw a [similar question](https://stackoverflow.com/questions/64917297/app-cache-in-safari-14-why-does-this-no-longer-work) on Stack Overflow... but it looks like that was from you 😄 If your web app fundamentally doesn't...

I'd hesitate to explicitly fix it in the polyfill if it's a bug that Apple inadvertently introduced in Safari 14. Can you go the route of filing a WebKit bug...

The best demo is the test cases under https://github.com/GoogleChromeLabs/sw-appcache-behavior/tree/master/tests/static I'm not sure why you're not seeing the `index.mjs` file; it does appear to be published as part of the `v0.1.0`...