Tim Kelty
Tim Kelty
Ok, @riasvdv I changed it to use the `__call` proxy instead.
Hmmm…so upon further reflection, this might need some more thought… While I can get the client now, it is not yet configured, which kind of defeats the purpose of getting...
Certainly! > If we're assuming that the best approach is the 2nd one, would it be sufficient for people to use that via setting it in their settings? Yep! I...
Happy to test whenever you have something out!
@kjmartens it doesn't! ``` Invalid Argument – [yii\base\InvalidArgumentException](https://www.yiiframework.com/doc-2.0/yii-base-invalidargumentexception.html) The file or directory to be published does not exist: https://craftcom.ddev.site/cpresources/f57e6f09/js/scripts/front-end/plugin/freeform.js?v=1715958477 ``` It looks like [here](https://github.com/solspace/craft-freeform/blob/v5/packages/plugin/src/Events/Forms/RenderTagEvent.php#L172), `$filePath` is a full URL already,...
My tests look great, @gustavs-gutmanis.
@leevigraham to make sure we're on the same page, can you briefly describe your use-case and exactly what you're trying to do, outside of implementation? Am I correct in saying...
@leevigraham this is definitely something we want to refactor for Craft 6. Something like `extraOptions` can get the job done for now, but I'm not sure we want to go...
> @timkelty I'll take a look at this today / tomorrow. I like the solution using a custom image transform class and getting the attributes. Sounds good! Its just a...