Erik van der Bas

Results 143 comments of Erik van der Bas

Unfortunately I do not have access to that. You'll probably need access on organisational level then.

Amazing @jarednova ! Updated https://github.com/timber/.github repo to feature the funding badge in all our repositories and removed Fundming.yml at Timber repo to inherit sponsorship settings from this repo as well.

I saw the announcement in my GitHub feed indeed and went straight to work. Our org landing page now features the sponsorship as well: ![afbeelding](https://github.com/timber/timber/assets/17764157/374dd944-3540-43b6-bc06-10fdbdda5873)

Thanks for your support @romainmenke !

Hi @gchtr and @szepeviktor , A bunch of PR's have been created as a staring point for making the starter theme a bit more modern. I would like to have...

Hi @RomanZhakhovTR , Can you provide an example on how you make those calls from the backend? Is it in a editor page or another page? Please post examples if...

> do with the next PR ;-) I took a more in depth dive in your PR and I think we can do without tests I think. Or else we...

Thanks for your report @rmens, this only seems to occur when you don't set the third parameter in resize: ```twig ``` leads to a correct image, although cropped from the...

```php $dest_ratio = $w / $h; $src_wt = $src_h * $dest_ratio; $src_ht = $src_w / $dest_ratio; $src_x = $src_w / 2 - $src_wt / 2; $src_y = ($src_h - $src_ht)...

Hi @75th , Are you willing to create a PR for handling that specific behavior?