Pao Dayag

Results 37 comments of Pao Dayag

If this suggestion will receive more thumbs up, I will volunteer to create this implementation.

@marcosrocha85 This pull request is already 2yrs old, but the Author @jakiestfu seems not responding to anything despite the fact that he is still actively using github. If you want...

I have created a fork with **limit** option, https://github.com/WisdomSky/Mention.js

Using https://www.npmjs.com/package/scrollmagic-plugin-gsap totally saved my day. ```javascript import ScrollMagic from 'scrollmagic' import { TweenMax, TimelineMax, Linear } from 'gsap' import 'imports-loader?define=>false!scrollmagic/scrollmagic/uncompressed/plugins/debug.addIndicators' import { ScrollMagicPluginGsap } from "scrollmagic-plugin-gsap"; ScrollMagicPluginGsap(ScrollMagic, TweenMax, TimelineMax);...

@alexcroox you can refer to my code. I've modified the vue-lazyload's `lazy-image` component a little bit. https://github.com/WisdomSky/wisdomsky.github.io/tree/develop/src/vue-lazyload and then installed the plug-in. Make sure that `lazyImage` flag is passed in...

Yes, that's what I'm saying ever since I started this discussion. React has been implementing it, so why shouldn't we? Anyway, it's really cool seeing this getting pushed despite the...

there are things that still doesn't work if you play to use an android as a development environment. like for example, docker won't work because the kernel in most android...

any updates? tagging @epranka

@BrianLakstins I'm experiencing this very same problem. However I made it work by switching the php symlink. the current version, `/usr/bin/php` is symlinked to `/usr/bin/php81` which don't have PDO. But...