Luke Towers
Luke Towers
event names in the form of `luketowers.easyspa.$event` please
@Teranode what needs to be fixed / changed?
What was the error?
@bonzai that PR doesn't seem that similar to this one unless I'm missing something. However https://github.com/laravel/framework/pull/42197 is interesting to me, perhaps it would be better if I instead moved my...
> the `Str` class acts on strings, not on arrays. But the PR for `Arr` got denied as well. You can use `collect(['a','b','c'])->join(',', ' and ');` if you have a...
@taylorotwell would you prefer that I submit it as a PR to extend the functionality of the existing Arr::join() method and then also switch the Collection::join() method to use Arr::join()...
@simonwahlstrom I'm getting this too, what's the issue and how can I fix it?
@warflower it's happened for six images so far, I'll need to update my error logging code to identify which ones are triggering it. I'm passing it to TinyPNG using the...
@warflower The invalid byte and cannot be longer than 100KB errors were occurring on webp file types, so now I'm filtering them out before sending them to be optimized, although...
@warflower I've updated the error logging code again so that I can get the actual files used, the TinyPNG is an optimization layer that happens after those images are resized...