Dylan Jhaveri

Results 17 issues of Dylan Jhaveri

For symlinked assets the cache control header is: > cache-control: public, max-age=14400 This is the same header used for the non-symlinked asset. I'm sure this is the intended behavior, but...

If a developer uses `media-chrome` incorrectly or runs into a particular kind of error state, we should surface a link to a markdown page that has more details. I noticed...

enhancement

1. The entire Video element API not not required to for a media elements, let's define explicitly what subset is required (maybe a `media-element.md` file in docs/) ? 2. Let's...

documentation

running: > GOOGLE_TRANSLATE_API_KEY= i18n-tasks translate-missing It seems to use the key correctly and make a request, but I'm getting this error: ``` ruby-2.4.1@pj/gems/i18n-tasks-0.9.21/lib/i18n/tasks/google_translation.rb:88:in `next': undefined method `each' for nil:NilClass (NoMethodError)...

from the index page, if you paste a URL it should just create an asset from that URL

Usually, they don't unfurl at all. When using an alternate domain (`https://stream-new.vercel.app`) instead of (`https://stream.new`) it is more reliable. The alternate domain always seems to unfurl and sometimes it's the...

Repro steps - upload a video - view the video - delete the asset from Mux - try to view the video - see that the thumbnail flashes before showing...

The `require('fs')` line crashes in cloudflare workers environment. https://github.com/muxinc/mux-node-sdk/blob/master/src/utils/jwt.js#L6 https://community.cloudflare.com/t/cant-resolve-fs-in-cloudflare-workers/112762

1. Rename `master` branch to `main` 1. Update release process so that it happens through GH actions 1. A release should get triggered by creating a new release in github...