Results 179 comments of Bruno Fantauzzi

Yesterday I tried the precompress and it worked. Then I added `config.http.brotliOnlyCompression(lvl)` with a high level and each sequential request of the same files was taking a long while, like...

Awesome! Thanks for remembering this! I will take a look when I can and do the migration!

@ematipico do you have a schema / ts type for it?

Many thanks! I am on sick leave right now so I will have some time to do it.

Just deployed under 1.9.3 (0b22a872f0b6f7d0ba3a4f27196852ac25cf30ee). Many thanks, @ematipico!

Hi, @bachorp! Sorry, but unless you are willing to make a PR to implement it, I won't be doing it by myself. This unfortunately is not a popular extension and...

This will be helpful to you: https://docs.gitlab.com/ee/editor_extensions/visual_studio_code/#set-up-the-gitlab-workflow-extension. I don't believe it will end up being a very hard thing to do; should be a cool challenge!

Hi! Yes, please do a PR for it when you can!

The shadow is applied on the first render, but it might have some imperfections. In the following renders, it is precisely applied with the acquired height and width. Maybe you...

Maybe, you can change the Shadow component so it isn't reused when the text changes. Try setting `key={myText}` to it. With a changed key, the previous component will be unmounted...