Saro Vindigni

Results 6 issues of Saro Vindigni

Then I change the form to pass "telephone" and "password" to the server and I get Status 403 Forbidden. ``` Processing by DeviseTokenAuth::RegistrationsController#create as JSON Parameters: {"telephone"=>"1234567899", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirm_success_url"=>"http://localhost:3000/"}...

@aksonov In NavigationLegacyNavigator.js we have this imports => ``` const NavigatorBreadcrumbNavigationBar = require('./NavigatorBreadcrumbNavigationBar'); const NavigatorNavigationBar = require('./NavigatorNavigationBar'); const NavigatorSceneConfigs = require('./NavigatorSceneConfigs'); const NavigationContext = require('./NavigationContext'); ``` but there aren't the...

Hi, if i unplugged USB Cable the Background is not set. Any suggest?

Can i change the easing function in MorphReplace? i have this code but not work... ``` import { MorphReplace } from 'react-svg-morph'; import { easeInOutCubic } from 'react-svg-morph/lib/utils/easing'; renderLine() {...