João Guimarães
João Guimarães
*Issue #, if available:* `N/A` *Description of changes:* Adds missing environment variable `botoConfig` to `WorkflowErrorHandlerLambda` which made it fail constantly
i am trying to build a wrapper around this module so I don't need to setup common options every time i need it in a new service. But looking at...
Hi, please correct me if I am wrong, but making `filter: VideoSearchOptions::Video,` or `filter: VideoSearchOptions::Audio,` works but `filter: VideoSearchOptions::VideoAudio,` isn't, returns `Video source empty`. ```rust async fn download_from_yt(id: &str) ->...