Vasiliy Ermolovich
Vasiliy Ermolovich
@dceluis thanks for PR! One question though: can't we just always use `attachment.decoded` and fallback to raw content if we can't decode it? (catching this exception https://github.com/mikel/mail/blob/641060598f8f4be14d79bad8d703e9f2967e1cdb/lib/mail/body.rb#L181)
Yes, Bootstrap 5 is not released yet. You can use what @spilth suggested for now, thanks!
It looks like a bug to be honest. https://github.com/heartcombo/simple_form/blob/main/lib/simple_form/inputs/date_time_input.rb#L35 it doesn't use `html5` config from the wrapper but uses `html5` option from the input options. @carlosantoniodasilva do you thing we...
@gravitystorm hey! Thanks for the report. Can you please send a PR that fixes it?
You can specify `storage` config since version 0.6.0: https://github.com/stavro/arc/commit/848c17e5d51e658e10e6824cb4e97bab9e871456 @stavro you can close it!
@jxxcarlson hey. Since you defined local storage in your uploader I guess it's expected that Arc won't upload anything to S3. Or am I missing something?
Hey @Timmitry! Making i18n_scope to accept procs sounds good to me, feel free to send a PR!
@vemperor hey, isn't it easier to just have something like ```elixir if System.get_env('BASIC_AUTH_USERNAME') do plug BasicAuth, ... end ```
I'm not sure but it can be because of this line https://github.com/shoes/shoes/blob/develop/lib/shoes/chipmunk.rb#L18 I'll try to fix it tonight.
@dceluis yeah, unless it's a bad idea. Not sure if we might break anything with this change