Alberto

Results 5 issues of Alberto

Hi, I am trying to use the `asyncValidation` https://binarcode.github.io/vue-form-wizard/#/?id=async-validation with the vue-router integration https://jsfiddle.net/bt5dhqtf/267/ . I really like the router integration because only the current step is actually loaded and...

We have the enum RequiredActionAlias defined as follow ```typescript export declare enum RequiredActionAlias { VERIFY_EMAIL = "VERIFY_EMAIL", UPDATE_PROFILE = "UPDATE_PROFILE", CONFIGURE_TOTP = "CONFIGURE_TOTP", UPDATE_PASSWORD = "UPDATE_PASSWORD", terms_and_conditions = "terms_and_conditions" }...

kind/enhancement

Hi, I'am calling an external endpoint behind a connection which is already providing me a cursor based pagination, I would like to forward the cursor from the external api response...

I'am trying to run a simple cron task in my local machine. My `schedule.rb` is the following ```ruby set :output, 'log/cron_log.log' every 1.minutes do rake 'tris:export:users' end ``` By executing...

ruby-version-manager-mess

Hi i am using, rvm1-capistrano3 1.3.2.2 and capistrano 3.3.5, when i run bundle exec cap production rvm1:install:gems it gives the following error ``` INFO [6ceb4147] Running /var/www/app/rvm1scripts/rvm-auto.sh . bundle exec...

need info