iadj

Results 11 issues of iadj

When I use `bootstrap-modal`, the modal appears to show with a delay. The backdrop loads first, and then the modal shows. I'd like the modal to instantly animate in, together...

Services which allow one to make their application serverless (i.e. AWS Lambda) are becoming increasingly popular. You only pay for code executed. No renting servers etc. This cuts costs extremely...

Currently `scaling.md` (https://github.com/samdark/yii2-cookbook/blob/master/book/scaling.md) describes a quick and dirty method for keeping multiple servers in sync with a master branch. A more clean & efficient method would be having a separate...

In my `yii2-starter-kit` installation, I configured the `fileStorage` module to use `creocoder\flysystem\AwsS3Filesystem` (which now has a pull request that supports S3 v3) as `filesystemComponent`. I haven't touched any code except...

verification

It'd be great if we can get support for embedding the Apple Music player!

What would be the most efficient way to load a large amount of markers (i.e. 100,000+) using this plugin?

enhancement

I have 2 ListViews. One with ScrollPager and another one in a sidebar. I set the Scroll Pager for one ListView, but now the pagination on the other ListView automatically...

When I load my page containing a sparkline container inside of a fluid div, and I resize the window to show a larger graph, the line chart becomes very low...

When you want to embed a large amount of URLs on a single page, in a social feed or blog for instance, you will get a large amount of resources...

It'd be awesome if this component could support recurring payment plans. PHP examples for creating the plan & approval: http://paypal.github.io/PayPal-PHP-SDK/sample/doc/billing/CreatePlan.html http://paypal.github.io/PayPal-PHP-SDK/sample/doc/billing/CreateBillingAgreementWithPayPal.html