David Herrera

Results 72 comments of David Herrera

@tomharrigan Do you think we should implement the `AudioPlayer` interface because [SSML audio responses are limited to 90 seconds][0]? [0]: https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/docs/speech-synthesis-markup-language-ssml-reference#audio

I'm using HTMX for the first time, and I've observed that both inline styles and stylesheets in the HTML fragment are parsed as long as the `` tag isn't the...

Thanks for the feedback. I've pushed some changes to address your comments. On this point: > Perhaps the message should include something like "null should be used instead, if needed,...

Thank you to everyone for your comments. I've pushed some updates that I think bring the PR in line with the requested changes: - Rename the sniff to a `FunctionCommentSniff`...

This should be addressed by #1116, which will be included in the upcoming version 2.5 release. Please follow up if you continue to experience this issue after updating. Thanks!

Hey @theMikeD! 1. I don't believe it's currently possible to run the validation callback conditionally, at least not conditionally based on a value submitted from a sibling field. You might...

Actually, you might be able to use the `fm_presave_alter_values` filter to accomplish (3) as well, if you're OK with it happening after saving and not in the UX.

Hey @jmolinanesn! Is your field in a repeatable group? When a select field is part of a repeatable group, `first_empty` is forced to be `true`. That logic was added in...

@theMikeD Can you provide the full field definition and let us know what version of Fieldmanager you're using?

@theMikeD Can you provide the full field definition and let us know what version of Fieldmanager you're using? Also, I assume that a "crash" in this case is a fatal...