Jordy Schreuders

Results 40 comments of Jordy Schreuders

When installing any PHP version below `8.1` you will run into this issue. If you need to build older versions you will have to pull in an older version of...

When installing any PHP version below `8.1` you will run into this issue. If you need to build older versions you will have to pull in an older version of...

Ok so, I just read this thread after mentioning you elsewhere @smorimoto. I think moving to `php-build` make sense as that is actively maintained and will drastically reduce the amount...

If you want PHP to be compiled with PostgreQSL support, you need to install the `libpq` package so that it can. If you do not plan on using `PostgreSQL` and...

![image](https://github.com/bluez/bluez/assets/3071062/bb47667e-c8a1-423d-9480-bc77e2cfb6f1) ``` Apr 19 13:18:15 archlinux bluetoothd[2301]: Failed to add UUID: Failed (0x03) Apr 19 13:18:15 archlinux bluetoothd[2301]: Failed to add UUID: Failed (0x03) Apr 19 13:18:15 archlinux bluetoothd[2301]: Endpoint...

`curl` is listed as one of the build dependencies. Make sure these packages are installed on your system: https://github.com/asdf-community/asdf-php/blob/master/.github/workflows/workflow.yml#L30

Check the [workflow.yml](https://github.com/asdf-community/asdf-php/blob/master/.github/workflows/workflow.yml#L30) to see which dependencies are required in order to use this plugin.

Thanks @kjellberg, missed that option. Let's park the idea of a `.mrskrc` configuration file for now and see whether other usecases arrive that may warrant adding something like that in...

Hi @andresgutgon, No example repository unfortunately but here's the gist of what I did to deploy a Laravel application succesfully: 1. Create a base image that copies your source code...

Ok so I actually intended to push this to my fork while trying to get mrsk working in the context of a Laravel application using the newly added mrsk package.....