Dave Maharaj

Results 9 issues of Dave Maharaj

I have everything running fine but I verify the users code from the Authenticator App ``` $secret = $request->input('one_time_password'); $valid = $google2fa->verifyKey($user->loginSecurity->google2fa_secret, $secret); // do we need to set a...

I cant download / find the image once uploaded. For testing purposes made the file public and if manually type the url into the browser it downloads the file, so...

I have my nuxt.config.js file set and it works in dev only. In production if i hit F5 / Refresh the page i get Error cannot assign to read only...

Why did you pull down all the older versions? Anything after 1.0.6 breaks in Nuxt since you added in the div for text to display when loading it will not...

Is there a way to get the current slide info from a callback. I want to track number of times the image has been viewed but cant seem to get...

How can it be set that no images are displayed until the user clicks a button similar to this approach ``` https://codepen.io/dimsemenov/pen/gbadPv ``` I would like it so there are...

What is the way to get error messages that the script calls? I can get it like: ``` error.errors[0].msg ``` But there must be an easier way. ``` onError(error) {...

Is there a way to implement this into nuxt? I was under the impression anything made for Vue can work in Nuxt if you know how to create the proper...

Just wondering if there is a fullscreen option?