Tac Tacelosky

Results 545 comments of Tac Tacelosky

That may be beyond my skill set, but when I start using JSON_TABLE in my NativeQueries, I'll look into how to add it. I suspect it will be a bit...

Actually, since DirectoryListing is a generator, I expanded it to an array. ```php public function storageBrowser(FilesystemOperator $defaultStorage): Response { $images = $this->cache->get('directory', fn(CacheItem $item) => iterator_to_array($defaultStorage->listContents('/', deep: true)) ); return...

I quite like the idea of moving it into app.js. If we were to do that, what about also renaming the app var to application, so it'd be more consistent...

I use it, and it works fine. Really it's just missing from the documentation.

Actually, I take that back. I'm not 100% sure it works, but I think it does. Regardless, it should be documented so developers can at least know where to look....

Could you provide an example of that in the documentation? Even after watching SymfonyCast's tutorial on DIs and Decorators, I'm not quite sure how to wire it up. Then once...

In my application, I'm bypassing the automatic generating of the resized files in the controller (I kept DoSing my own server with a large number of thumbnails). My service that...

hmm. That's not my experience. I've been blown away with how good webp is. I get decent thumbnails at about 1500 bytes.

Yeah, I have a bundle that uses a library that use this library, it hasn't been updated since 2020, I was trying to find a way get it installed without...