Duncan McClean
Duncan McClean
I've looked at this issue this afternoon and we probably need to make big some changes to how blueprints/fieldsets work under the hood to fix it properly so it's unlikely...
You probably need to update the copy paths in your `ssg.php` config file: ```diff 'copy' => [ public_path('assets') => 'assets', - public_path('css') => 'css', - public_path('js') => 'js', + public_path('build')...
> For this, i was using $this->context->view as a reference to the param of the current view. But i soon realized that if i didn't put the param class in...
Thanks - I see it now. By the way. you don't need to build a custom tag for debugging, you can just do `{{ view | dump }}`.
Unlike entries or terms, users can't be localized across sites. The "localizable" icon shouldn't be showing on user blueprints.
> Alright, got it! But, wouldn't it be a good thing to have? Although I can't come up with another suggestion than my own above, having localized fields for users....
Are you able to share an example of a test that's running slow? What does your `TestCase` look like?
This has been fixed in Statamic 6, which is due to be released [~Q3](https://statamic.dev/release-schedule-support-policy#support-policy), with an alpha on its way in the next week or so. You can [learn more...
Are you able to provide the full stack trace?