Renato de Leão
Renato de Leão
Hey 👋 First thanks for this very useful package! Found it thanks to this [article](https://2ality.com/2016/05/template-literal-whitespace.html) and is suuuper handy! ### Description I came across a situation where I need to...
If you change input type to anything but `text`, and of course you should for `email, url, tel (...)` for accessibility (and to prompt the proper keyboard) the browser will...
Trying to use the `{{#code}}` helper for a documentation page which has several multi-line code blocks. Syntax highlighting works as expected good but Indentation gets messed up. This ```Handlebars {{#code...
First the praise: thanks for your work on this, been using it at almost every project for the last years. Speaking of projects, every time i start a new one...
Hi! I'm using [mjml-rails](https://github.com/sighmon/mjml-rails) to build the html emails for a Rails application. The highlighter works great but it throws errors when using `erb` to call helpers inside the values....
Heys, i'm building a modular newsletter where each block is a `` module. Since this module has a lot of variants for its data and appearance, i've abstracted it as...
Heys! thanks to the community for the work on this 🙏 This is a question, more than an issue. I was wondering how can we [register](https://gist.github.com/ngarnier/455b0e8a425315bd9f2502ed84bc246e#file-registercomponent-js) `mjml` [custom components](https://medium.com/mjml-making-responsive-email-easy/tutorial-creating-your-own-component-with-mjml-4-1c0e84e97b36) using...
Hey 👋 First, thanks for the effort in releasing the official 3.0 version, truly appreciated! Was playing around with it and notice some strange behaviour when using `` and the...
**Describe the bug** A syntax error is thrown when trying to open a player, no player is actually open. **To Reproduce** Steps to reproduce the behaviour: 1. You need to...
**Describe the bug** If using nested forms, [as described by documentation](https://vuelidate-next.netlify.app/advanced_usage.html#nested-validations), the errors from nested forms are indeed caught by the parent component. But there no way (unless hand-rolled) to...