Hugo Alliaume

Results 329 comments of Hugo Alliaume

Hey @Algatux! No worries, it happens to all of us, wishing you the best for 2021. :crossed_fingers: > About travis-ci.com, it will not be a problem. I just started the...

> webpack.config.js > > ``` > module: { > noParse: /switchery/ > } > ``` > > That works for me. Thanks for the solution, but note that this won't...

Hi everyone, I've also faced the same issue where `$limit->getRetryAfter()->getTimestamp()` can returns the same value than `time()`: When putting a `dd($this->limiter, $limit, $limit->getRetryAfter()->getTimestamp(), time());` at `vendor/symfony/security-http/EventListener/LoginThrottlingListener.php:55`: We can see `$limit->getRetryAfter()->getTimestamp()`...

@stof See https://github.com/symfony-cli/cert/issues/4 for more info. However I don't think using `--openssl-legacy-provider` is the best solution.

Interesting, maybe we can reconsider solutions described in https://github.com/symfony/webpack-encore/pull/985#issuecomment-848018655... But for now, can someone of you can open a PR for https://github.com/symfony/webpack-encore/commit/bc34f910dfa189016a6f7563927ea752479c0695 ? Thanks

In fact, what about adding a new method like `.injectEnvironmentVariables(['NODE_ENV', '...'])` that will: - resolve environment variables like Symfony do - automatically inject them with DefinePlugin + `JSON.stringify` ? It...

A proposal has been opened on #568, but it's totally not an easy feature in fact :p