Maciek Palmowski
Maciek Palmowski
Just wanted to make sure it solid - I'll prepare the PR soon śr., 12 sie 2020, 06:22 użytkownik Ben Word napisał: > @palmiak thank you! want to push a...
https://github.com/timber/timber/issues/1950 - we also had this problem. BTW @jarednova @pascalknecht @gchtr why do we have ` "twig/twig": "1.34.*|2.*",` and not ` "twig/twig": "1.38.*|2.*",` with https://github.com/twigphp/twig-cache-extension/pull/6#issuecomment-472064244 we could adopt the newer...
@idflood if you would generate: ``` ``` what would be the file name? Wouldn't it be a duplicate of the name: ``` ``` Also maybe it would be better to...
@gchtr I would be interested in changing the third parameter to array + backward compatibility. It would be a great start and base for some further stuff: If I'm thinking...
I just ran into this - IMO I think that the ``` |resize - resizes but doesnt upscale |upscale - resizes but does upscale ``` is the best way to...
I also agree this is more plugin territory, but if you prefer to do it with twig than there is https://github.com/nochso/html-compress-twig/. I didn't test it but I would love here...
@claudiopedrom yes you're right about where is the problem. I think that now, when many of us is using the Gutenberg editor the chance when we'll end the text in...
@jarednova so you think we should leave version 1.x as it is and prepare just for 2.0 or prepare both versions for 1.x with legacy support and 2.x without?
You're right, but It might be an unsuspected change for some users. Also there is a `strip` method https://timber.github.io/docs/reference/timber-postpreview/#strip
I just had the chance to test it. Let's say I have a post with: ``` content: testrest of content excerpt: some excerpt ``` and when I use `{{ post.preview...