Cody Carse

Results 7 comments of Cody Carse

Yeah, I also expected to see all assets that webpack emits, so fonts, images, css, html, js. That way I can get a sense of size and dependencies for all...

+1 It seems like this would be a great addition to the project. This would allow us to sync the video track to the sound track more easily I'd think?

It would be nice to at least get some acknowledgement from Okta that they think this is an issue.

I was able to monkey patch this by doing `this.videoRef.captureStream = () => stream;` I think it would be nice if instead of passing the model a video or image...

I added the following to `config/initializers/annotate_override.rb`, this way I don't have to maintain a fork: ```# Override this constant to make the annotate gem keep the sorbet sigils at the...

Are there any plans on addressing this? Out of the box my lambdas events are highly polluted by other events.

Turns out I was missing an await on an event handler and that was causing the issue. Once I fixed that it looks good now. Thanks!