João Otávio Biondo
João Otávio Biondo
Hmm, to do that and be able to conditionally render the modal, it would require to create a custom component to be rendered in the `PageBuilder.render_page/1`, right? If thats so,...
Hahah got it! Thanks for the help! :)
I have a very similar need... I'd like to customize a form field with a custom input, but I'm also already using a custom type and don't like to mix...
Heyy, I work with @LeoLeiteSC and we have some updates about this issue. The problem here is the `ex_force` defines the `Tesla.Middleware.Compression` BEFORE the `JSON` middleware, but it need to...
Heyy, thanks for creating the lib! It's super helpful :) there's any updates on this issue? I'm also facing this problem and I'm currently using this PR as a fix.
Good point! Having the same API for both is better. If we go with the first approach, what should the third argument (the parameters arg) have as data? I was...
Yeah, I thought about making 2 PR's for this too. But I also was thinking implementing this new options without breaking changes. The approach would be supporting the old options...
For Elixir it also stopped worked, @anthonyivol made me realize that it was some other thing that was causing it and figure it out that it as the `tailwindcss-language-server`, so...