Andreas Voigt

Results 9 comments of Andreas Voigt

I also found the issue with the preferred countries. An option to configure it would be nice or drop one of the duplicates when the user filters. Regarding the filtering...

Hi there! Is there any progress on this issue already?

This could be related to the metadata set of libphonenumber that is used within this component. For some numbers you need a more strict validation set. So most probably this...

The demo you mentioned uses the max version of the metadata set. The vue-tel-input only uses the default version which has a limited set of validation rules. This issue is...

Seems to be working again.

Maybe connected to https://github.com/cloudfoundry/cli/issues/2603 ?

In one of my projects, we run into a huge memory leak using ajv. In our case we used the ajv instance on a static class member. Using `compile` on...