Alex Baranov

Results 12 issues of Alex Baranov

Hey guys not sure if this is still maintained, for some reason running rubocop -a is throwing several GraphQL/ExtractInputType errors inside of an input type object example of the error:...

bug
good first issue

Hi guys, trying to find a libirary that supports the new ios 13 apns push type headers, i am not seeing it in this library wondering if you guys are...

Hi , I am taking the output of this library and sending it over http, on the other side i have a test that needs to inflate the stream and...

i needed a way to add options to the verify and consume call

Hey, I am testing 2FA login with the following implementation: generate code: ```ruby if u.method_email? u.otp_secret = User.generate_otp_secret u.save! otp = u.reload.current_otp UserMailer.send_otp(u, otp).deliver_now ``` validatation ```ruby if user.validate_and_consume_otp!(params[:user][:otp_attempt]) #...

# Fixes # A short description of what this PR does. ### Checklist - [x] I acknowledge that all my contributions will be made under the project's license - [x]...

### Issue Summary in line with industry standards i added default authentication parameters to initialize the twilio client so for example if you initialize the configuration variables you will no...

status: waiting for feedback
priority: low

When trying to build the docker contaienr via readme it fails This method does not look like its defined anymore core.BuildVIN(vin) ```go github.com/louisevanderlith/vin/controllers controllers/lookup.go:32:18: undefined: "github.com/louisevanderlith/vin/core".BuildVIN ```