Adirelle

Results 23 issues of Adirelle

This should fix #219. However, there seems to be some issues with the testing environment of the bundle, notably a circular dependency with jms/security-extra-bundle, which cause the Travis-CI builds to...

It seems there is an issue with version 1.6.0. The following snippet fails to inject the actual value of the parameter, instead, it injects the string `%my_parameter%`. ``` php use...

Right now, DMS will happily follow any symlinks pointing out of the content root. This could leads to security issues. Would it be possible to restrict this using an option...

This is one is a bit arguable. I see that file metadata are not cached, but reading them can possibly involve a lot of IO operations. Have you ever considered...

For the record, as I don't expect it to be fixed, here is the message I get when the GnuBee starts messing with the ethernet switch, which brings down all...

I just tried a new firmware built using this repository and your version 5.1.4 of linux for the GPC1 and the network is broken. Using the serial console, `ip link...

When the vendor directory is contained in the source directory, ComposerRequireChecker lists all unresolved vendors' symbols. Full evidence here : https://gist.github.com/Adirelle/ce6a8045c93c86b98ff2b86cc504056f I guess the same happens if the test directory...

`satis purge` removes dev packages although skip-dev is set to false in satis.json. It causes all dev packages to be rebuilt on next `satis build`. Satis c41456ad18a5b104ee531aca26c921e1f474ab49

nice-to-have
feature
easy-pick

### Is your feature request related to a problem? Please describe. When following a lot of mods, manually dismissing update notifications can become tedious. And if you open the link,...

enhancement
area: settings and notifications

Given that [.editorconfig file](https://editorconfig.org/) provides some settings that are supported by stylua, it could be handy to read that file to avoid duplicating these settings.

enhancement
good first issue