spham

Results 20 comments of spham

something like this. https://en.wikipedia.org/wiki/List_of_country_calling_codes#Alphabetical_listing_by_country_or_region

The recommandation are here, and seems a lots of complex than + https://en.wikipedia.org/wiki/E.164

i think about new, issue how to store in database ? field (prefix, phone ) or field (phone e164 , i.e +337xxxxxxx )

hi how to make a sudo with escalation privilege ? ``` sudo su - postgres ```

code sandbox only trigger one animation

Any explaination ? The readme is light

hi sorry for delay : ``` Running with gitlab-runner 16.11.0~pre.21.gaa21be2d (aa21be2d) on blue-6.saas-linux-small-amd64.runners-manager.gitlab.com/default nN8vMRS9Z, system ID: s_a899fcd611a3 feature flags: FF_USE_IMPROVED_URL_MASKING:true Preparing the "docker+machine" executor 00:06 Using Docker executor with image...

```yml # only one playbook.yml --- - name: Install Symfony development environment hosts: all become: true vars: docker_arch: amd64 git_user: "xxxxx" git_email: "[email protected]" tasks: - name: Wait for SSH to...