Jeremy Douglas Hoover
Jeremy Douglas Hoover
@bradlc any chance of getting this PR merged? Seems like a useful plugin.
I wonder if this is need still, now that we pretty have pretty wide [clamp support](https://twitter.com/stefanjudis/status/1252140444231712769?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1252140444231712769%7Ctwgr%5Eshare_3&ref_url=https%3A%2F%2Fcss-tricks.com%2Fsimplified-fluid-typography%2F).
I haven't used it with Tailwind, but I image you would just set the font-size in your config to a clamp() value. I would do a fallback if you want...
An oldie, but I just stumbled across this myself. Reseting the Redis cache with `/etc/init.d/redis-server restart` seems to have worked for me.
@twd3 you'll have to [add your own routes](https://laravel.com/docs/7.x/authentication) to web.php. I started with: `Auth::routes();` But, then customized as I needed.
@jasonvarga, It's been a while now, but this was my experience: 1. Follow the Statamic docs to move users to a database 2. Complete the forgot password form. I recall...
@johncarter- did you give the workaround posted above a try?
Awesome, I agree it should either get built in or mentioned on [the knowledge base article](https://statamic.dev/knowledge-base/storing-users-in-a-database)
This is a great list of insights and opportunities to improve asset processing. I opened a [new issue](https://github.com/statamic/ideas/issues/485) that would address the specific presets.
Thanks @rsanchez! `max_input_vars` is set to `5000`. I can try higher and see if that resolves it.