Estacio Pereira
Estacio Pereira
### Context `data-testid` attribute is part of the [Cypress' best practices guide](https://docs.cypress.io/guides/references/best-practices.html#Selecting-Elements) and in order for our components to be well tested, we need to add this. ### Components (Feel...
**Describe the bug** That's it. I cannot be able to pass, for example, `minSize` and `maxSize` to the `ReactDropzone` via Styleguide. **To Reproduce** Try to use any of the [ReactDropzone](https://react-dropzone.netlify.com/#src)...
First of all, thank you for the amazing plugin ❤️ I was trying to build my own `grep`/`live_grep` version of the `toggle_ignore` action, but after digging into the code I...
Is there a way of not waiting for the new line to have the `on_stdout` handler called? I couldn't find it and I assume it's related to [this repeat statement](https://github.com/nvim-lua/plenary.nvim/blob/master/lua/plenary/job.lua#L302)....
Hi! First of all, thanks for the awesome plugin! It's way better than the other HTTP Clients and it helps me a lot everyday. My example is when I have...