Ali Afsharzadeh
Ali Afsharzadeh
**Describe the bug** I tried to download a video but your plugin does not work on any video in "mongard.ir" **Desktop (please complete the following information):** - OS: [windows and...
I want to use a mirror to install the composer package so this is my `composer.json`: ```json ... , "config": { "secure-http":false }, "repositories": [ { "type": "composer", "url": "http://localhost:8081/repository/composer-proxy/"...
Hi, Thank you for your awesome Dockerfiles. How can I install and enable **all** PHP extensions which are available in `extensions` directory for every php version with `thecodingmachine/php:${PHP_VERSION}-v4-slim-apache` image. Does...
## Description Upgrade these github actions to v4: - checkout - setup-node
## Proposed Changes This pull request adds an uptime panel to the RabbitMQ overview Grafana dashboard. By incorporating this feature, users can easily track the uptime of RabbitMQ instance. ##...
Hi, Is it possible to integrate functionality to run multiple processes simultaneously like [multip](https://github.com/esamattis/multip) and [multirun](https://github.com/nicolas-van/multirun)? This feature enable users to define and manage complex setups within a single container.
The `@actions/upload-artifact` action had a [breaking change](https://github.com/actions/upload-artifact?tab=readme-ov-file#breaking-changes) that prevents it from uploading to the same named Artifact multiple times. I've made some adjustments to address this limitation.
Hi, If the `WORKDIR` doesn't exist, it will be created even if it's not used in any subsequent Dockerfile instruction. [reference](https://docs.docker.com/reference/dockerfile/#workdir)
Hi, Wrapping the endpoints in `"` characters prevents zsh from interpreting them when copy-pasting the command. The `-f` option ensures that an invalid `.deb` or `.rpm` file is not created...
I have noticed that the Debian package for Coturn is not frequently updated. Could you consider providing prebuilt binaries for various platforms/architecture and hosting them on the GitHub releases page?...