alex

Results 18 comments of alex

What could potentially not work, go wrong or limitations when using Vue.js with parse-server and parse.js sdk compared to using just plain, express, mongoose and mongodb?

@vegan22 @tranhungt this script still working? Having trouble with require('tinder') oauth. not authorized

here is the answer, gotta create a testnet api key which is different to the regular api key via the binance testnet docs https://stackoverflow.com/questions/67376632/how-to-create-binance-test-api-key https://testnet.binance.vision/ (click generate api)

here is the answer, gotta create a testnet api key which is different to the regular api key via the binance testnet docs https://stackoverflow.com/questions/67376632/how-to-create-binance-test-api-key https://testnet.binance.vision/ (click generate api)

Patiently waiting for you geniuses to figure this one out.

So should I turn off wow, wait for google to crawl and get data? then turn it back on? Really messing up my seo

@danielgoodwin97 @robbie-thompson is your solution still working? Will implement site-wide if so

What about this? ``` function bodyScrollAnimation() { var scrollAnimate = $('body').data('scroll-animation'); if (scrollAnimate === true) { new WOW({ mobile: false }).init() } } ```