Damien Fernandes

Results 10 comments of Damien Fernandes

I suggest you to install pavucontrol and manage the audio from it while the bug is fixed.

I had the same issue. The only thing i've found to resolve this is to restart network service manually. `sudo service network-manager restart` I'm on Linux Mint 18 (Sound works...

Thank you @alexandre-daubois for your help :muscle:

> What is the use case for this extension point ? My main purpose is to generate an importmap file using another file (which describe all files required and some...

Okay, I will clarify my purpose: I'm trying to use the Asset Mapper with a Vue project. My Vue project is using Vite, a JS Bundler which export a `manifest.json`...

> @damienfern after the last comment, do you still think this PR is needed? > > Thanks Hi @OskarStark, sorry for the long time without reply. @smnandre and @stof have...

Hi @alcohol, Indeed, localized routes wasn't something I was aware of when I started my PR. Aliases in route attribute relies on the name of `#[Route]` Attribute to create the...

I've come to the same conclusion, same error when using attribute or YAML. So this is more a feature than a bug to me. Handling locales in aliases might be...

Hi @7-zete-7, You should give a try to https://github.com/tianon/gosu as it uses the same methods to "impersonate" user as Docker, but it uses an exec instead of a subprocess (which,...

Have you tried to use gosu directly ? Based on the gosu's README, it already does an exec. ```diff -exec /usr/sbin/gosu www-data "$@" +/usr/sbin/gosu www-data "$@" ```