Chris McCord

Results 126 comments of Chris McCord

Note that by default since a few versions ago that you can broadcast "disconnect" to the LV socket id to invalidate/kill any active user connections on logout, as long as...

An working example of mixed valid/invalid files drag and dropped and canceling on the fly can be found here: https://github.com/fly-apps/live_beats/blob/master/lib/live_beats_web/live/profile_live/upload_form_component.ex#LL43C16-L43C28 Without an example that exhibits the behavior it's hard to...

Forms need an ID to support recovery. Can you add an ID to your form example and report back? Thanks!

Since `live_img_preview` can be used for this purpose and is the exact same code wise, I'd prefer to wait until we have video-specific features that make sense. Thanks!

Sorry, I thought the code comment was referring to both js and server, so the difference its he video tag. I know the some video file types for me work...

Async rendering is definitely something I would like to support in the gem. The reason I left it out is concerns over ActiveRecord thread safety with rending in a new...

I'll also note that async rendering requiring a generic context would be fine. The more I think about it, the more I think you're right about a generic context by...

Thanks for this! Sorry it has taken me so long t get back, but I have been waiting until we had pushstate support in place for proper url updates so...

Weird. I'm not see why we'd be seeing this. It will be a while before I can troubleshoot locally, but help would be appreciated in the meantime :)

Do you have a socket specified in your database.yml or is rails defaulting to some postgres socket? I'm not familiar with the socket setup, but we may be able to...