Yılmaz
Yılmaz
I am trying to compile php using gd with freetype support on macos since two days with no success. I have shared my experience here: https://github.com/phpbrew/phpbrew/issues/779 and it looks like...
Seems like its also valid for 7.3.1. Somehow freetype is ignored: ``` phpbrew install -j $(nproc) 7.3.1 +default -- --with-freetype-dir=/usr/local/opt/freetype ``` I have `brew` installed freetype: ``` ➜ brew info...
Geçen yıl dyson'ı kurcalamıştım, bu tarz bişey mi: https://github.com/webpro/dyson Güzel data üretiyor ama HTTP status kodu üretir mi bilemedim. Test amaçlı mock data üretmeye çok müsait.
Bununla ilgili bir RFC ya da roadmap hazırlamak sağlıklı olur diye düşünüyorum. Neler hedefleniyor, kapsamı, varsa mevcut tasarım problemleri ve bunları tekrar etmemek için yapılabilecekler v.b.
Any updates on this? IMO dependencies are broken even if you did not pass the `--prefer-lowest` arg. As a dev who use PHPFFMPeg probe in a project, I noticed the...
Oh. I found this issue which is highly related: https://github.com/PHP-FFMpeg/PHP-FFMpeg/issues/689
> @bclozel I have tried HttpHandlerDecoratorFactory and it works great :-) . This actually removes my need to override this filter order. @davidmelia it would be great if you could...
@bclozel 1. It is Servlet based 2. Using boot 3.1.x 3. No I track invalid values in a different way. Observation is not a must. Yes you are right, will...
Thanks @weierophinney I just switched to delegator factory approach you've suggested and it worked nicely. It feels better than overriding the original factory in application code. But I still could...