Hugo Alliaume
Hugo Alliaume
When writing those lines, the library is stuck with Guzzle 6, which prevent us to update some of our dependencies due to conflicts. A library should not depending of a...
Using `SYMFONY_REQUIRE` and `symfony/flex` for specifying the Symfony version to use, see https://github.com/symfony/flex/pull/409. We gain ~10 secs during the `composer update` (https://travis-ci.org/github/Algatux/influxdb-bundle/builds/671260308 vs https://travis-ci.org/github/Algatux/influxdb-bundle/builds/740050252)
Just a reminder to write a documentation for `Encore.configureDefinePlugin()`, and the integration with Symfony `.env` files and `process.env.*`. + https://github.com/motdotla/dotenv ```js Encore.configureDefinePlugin(options => { options['process.env'].MY_OPTION = JSON.stringify('foo'); }); ``` For...
| Q | A | ------------- | --- | License | MIT | Doc issue/PR | symfony/symfony-docs#... Hi, this PR follows https://github.com/symfony/ux/issues/1177#issuecomment-1757659579. The added lines were removed from the documentation,...
Close #43, close #44 Hi! Some help would be needed here, I'm not familiar with PostCSS plugins at all but we need this one to be compatible with PostCSS 8...
| Q | A | ------------- | --- | Branch? | 7.2 | Bug fix? | no | New feature? | yes | Deprecations? | no | Issues | Fix...
Hi everyone, Little self-promotional PR for AssetMapper, to indicates how users can lint and format their front assets when using the fresh [`kocal/biome-js-bundle`](https://github.com/Kocal/BiomeJsBundle). It's a bundle around Biome.js, a (much)...
| Q | A | ------------- | --- | Bug fix? | no | New feature? | yes | Issues | Fix #38 | License | MIT Hi :) This...
| Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Issues | Fix #... | License | MIT Hi everyone, [Biome](https://biomejs.dev/)...
### Description Hi :) Today I've upgraded from v4.0.0-beta.264 to v4.0.0-beta.290, and my apps could not be deployed due to env vars not being interpolated anymore. Given the following env...