Thomas Roche

Results 50 comments of Thomas Roche

maybe you should check the upgrade process: https://github.com/symfony/symfony/blob/master/UPGRADE-2.1.md ?

> @kiprasmel @ronjouch in my bi-annual attempt at optimizing my digital life, I revisited `nativefier` and specifically chrome-extension support and I stumbled across this [`electron-chrome-extensions`](https://github.com/samuelmaddock/electron-browser-shell/tree/master/packages/electron-chrome-extensions) npm package. Could either of...

Followed all the steps (add `pam_python`, `chmod +x` howdy dir, set the `device_path`, install `nano`) and still getting the same error on test. Fedora 31 ``` [ INFO:0] VIDEOIO: Enabled...

I am still on Fedora 31 (32 is already out) and the issue persist

What happened with this PR? can it be merged?

@mablae @xabbuh @thewilkybarkid any chances of merging this?

This could be solved by merging the following PR: https://github.com/misd-service-development/phone-number-bundle/pull/90

for ref, once the PR is merged, the label can be used as follow: ``` php $builder ->add('telephoneNumber', PhoneNumberType::class, [ 'widget' => PhoneNumberType::WIDGET_COUNTRY_CHOICE, 'country_choices' => ['DE', 'CH', 'AT'], 'country_widget_label' =>...

is this related to this issue: https://github.com/python/mypy/issues/4177 ?

@marcbachmann is your code running in a container and your DB running in another?