Dmitry Mamchyts

Results 11 comments of Dmitry Mamchyts

https://github.com/hhvm/packaging/pull/299

@mdeboer can you share any code?

Hi, I created a PoC of symfony bundle: https://github.com/mamchyts/cycle-symfony-bundle Symfony demo project was taken as an example of real project. I found some blocker/issues see [README.md](https://github.com/mamchyts/cycle-symfony-bundle#readme), and I'm not sure...

Same issue: ``` docker run --volume $(pwd):/app mamchyts/benchmark:latest kphp --mode=cli /app/prime-number/php/cmd.php --output-file /app/prime-number/php/cmd.php_bin Starting php to cpp transpiling... Starting make... Compiling pch stage started... objs cnt = 14 objs cnt...

Hi, any updates? PS. ```E: The repository 'https://dl.hhvm.com/ubuntu jammy Release' does not have a Release file.```

You are right. Oficial minio does not have this functionality. But, bitnami create own hack for it: https://github.com/bitnami/containers/blob/main/bitnami/minio/2025/debian-12/rootfs/opt/bitnami/scripts/libminio.sh#L323 Also you can create some workaround. Init/sidecar docker: ```services: minio: image: "quay.io/minio/minio:RELEASE.2025-03-12T18-04-18Z"...

@myrust-go yes, Maybe that's why Minio created **mc** cli tool Sidecar docker with `mc` analog also valid solution - https://github.com/rustfs/rustfs/issues/1027#issuecomment-3620419195.