Viktor Szépe

Results 1211 comments of Viktor Szépe

You may open a core ticket to move that piece of code into a function.

Hello @Kubitomakita! 👋 I also have a wish of breaking out of WordPressy, PHP4-like thinking and provide an OOP-only solution, self-aware objects for developers. ```php //: Check requirements if (...

I was experimenting with moving shell commands from Dockerfile to a file. ```dockerfile RUN --mount=type=bind,source=docker-scripts,target=/opt/docker-scripts /opt/docker-scripts/a.sh ``` https://github.com/szepeviktor/docker-RUN-file Maybe you find it super useful.

@tillkruss What do you think about OCI metadata? https://github.com/szepeviktor/byte-level-care/blob/master/.hadolint.yaml

@calvinalkan All right! BTW I'm trying to keep every single byte checked in the repository.

Now as I'm going through `composer.json` files I feel the burden of reading non-normalized files.

Currently it is not possible to clearly check psalm config files: `https://github.com/vimeo/psalm/issues/8076` BTW I'm a PHPStan fan and contributor/author.

All right. Now I'm working on pslam although it is on my blacklist because of its origins.

> I didn't want developers to have to delete the readme for every site they build You could add a README template/skeleton that will be edited/distributed by developers. > Is...