David Hernández

Results 15 comments of David Hernández

Hi, I've encountered this issue and I have some steps to replicate the issue in pure PHP and I kind of know why it happens, but not how to solve...

By default, the date format used is `\IntlDateFormatter::MEDIUM`, which causes the issue. I'm opening a PR to set other format by default in order to prevent this error for happening...

The `IntlDateFormatter` comes from this file from Symfony: https://github.com/symfony/symfony/blob/4.4/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToLocalizedStringTransformer.php#L170 This `DateTimeToLocalizedStringTransformer` is called from the `Form` class itself here: https://github.com/symfony/symfony/blob/4.4/src/Symfony/Component/Form/Form.php#L1055 I do not know where is the `Transformer` configured. I...

The default DatePicker form type of Sonata includes this javascript date picker. You can see the documentation here: https://sonata-project.org/bundles/core/master/doc/reference/form_types.html#datepickertype-datetimepickertype ``` DatePickerType / DateTimePickerType Those types integrate Eonasdan’s Bootstrap datetimepicker into...

I have the same problem as I have to use `google-api-core`.

I'm working on this. elm-route-url already supports 0.17 and there are no more blocking dependencies. @amitaibu, if you give me access to the repo I will push a new branch...

There are some packages that were not being handled using the elm package manager, instead they are directly on a vendor folder. One of them at least, is not going...

Not really, and I actually lost some of the progress as my laptop was stolen :( I will try to allocate some time during the next few weeks to work...

I'm starting to work on this again. Following the original proposal from @amitaibu, I've removed everything I will start from the begining. All the work will be done on the...

As 0.18 has been released, so we will go directly for the 0.18 upgrade.