Josh Crawford

Results 1030 comments of Josh Crawford

Added for the next release. To get this early, change your `verbb/formie` requirement in `composer.json` to: ``` "require": { "verbb/formie": "dev-craft-4 as 2.0.9", "...": "..." } ``` Then run `composer...

Added in [2.0.10](https://github.com/verbb/formie/releases/tag/2.0.10)

It's something earmarked for further down the track. There's a _lot_ to consider, and we're not even sure if it's possible without a significant amount of work. Namely, because form...

That's slightly more achievable, and would also be good to store the site a submission was made on, for a few other issues. There's currently no way to know which...

@MattWilcox Yep, I know it's far from ideal, but that'll be the solution for the near future.

Yep, that's what we currently do, we use `| t` (with no category) which uses the site translations (your `site.php` static translation file). There's really only a small handful of...

@wallacio That'd be similar to https://github.com/verbb/formie/issues/419 I'd say!

I'll admit I don't have 20+ channels to test with on my end, but does changing that to 100 (or anything up to 1000 which is their [upper limit](https://api.slack.com/methods/conversations.list#arg_limit)) make...

Thanks for the investigation, and good call on the database column limit. There's only so much it can cache, and that indeed is a lot of data, some of it...

Added pagination support for the next release, which should alleviate this issue. To get this early, change your `verbb/formie` requirement in `composer.json` to: ``` "require": { "verbb/formie": "dev-craft-4 as 2.0.9",...