David Cuadrado

Results 58 comments of David Cuadrado
trafficstars

any update about this? the gradient for my tabnet implementation gets weird results after a few epochs (it stops learning) and it might be related to this

I did this to fix the issue manually: ``` chmod 755 hooks/after_prepare/* rm -rf platforms/android ionic platform add android ```

I have the same problem, I am using jquery-mobile and rails 3.1.3

a way to fix this is using https://github.com/hashicorp/go-retryablehttp like this: ```go retryClient := retryablehttp.NewClient() retryClient.RetryMax = 15 standardClient := retryClient.StandardClient() tp := jira.BasicAuthTransport{ Username: username, APIToken: password, Transport: standardClient.Transport, }...

I would use pkgset.Calc to find all dependencies of a package

@osiloke hi, were you able to make progress? I'm interested in this as well

well you can always remove it from your `~/.ssh/authorized_keys`

hi @cacheuk I think this comes from the API, did you add the user to your account? you can check that in console: www.twilio.com

I'm thinking about something like: `onetouch-ssh set-backup-code ` and is hashed with bcrypt or pbkdf2 and stored, then you can enter this code when the onetouch request times out. we...

@avishefi can you setup the project?