leolux

Results 33 issues of leolux

When using the effect "concave"together with the option `continuous: true` the first iteration of slides looks good but the second iteration looks a bit different because during each transition you...

Set angular dependency to a relative value.

Currently bower.json is configured to use angular ~1.2.13. The installation fails with a different version.

After adding the "sortKey" attributes to the "th" elements the sort icons should appear but they don't. What could be the reason for the sort icons to not work? The...

I opened and closed the first dialog several times on the page http://dwmkerr.github.io/angular-modal-service/. This producdes the following memory leak: ![memoery-leak-2-in-angular-modal-service](https://user-images.githubusercontent.com/5385814/33665338-e210abd4-da96-11e7-9e33-58e4fd912761.png)

Hi! at the end of the installation I am facing the following message: "Unable to create `config.php`. Check file/folder permissions." I have create a user using the tools of my...

In order to free resources every plugin should expose some method to destroy/stop the plugin as explained in http://www.acuriousanimal.com/2013/02/25/things-i-learned-creating-a-jquery-plugin-part-ii.html ``` destroy: function() { ... }, ```

One can set a title for every route using a string literal. Any idea how to set a dynamic title which includes the dynamic segments of a route? see https://router.vuejs.org/guide/essentials/dynamic-matching.html#dynamic-route-matching

question

The browser complains about the first line of the file service-worker.js: `Uncaught (in promise) DOMException` The first line contains this: ```importScripts("/app/precache-manifest.i8462e3ab5fb69d3bcf042a9f14ebcc9.js", "https://storage.googleapis.com/workbox-cdn/releases/3.6.3/workbox-sw.js");```

I would like my backend servers to block traffic from unknown origins. But how to achive this? My idea is that both sides could have a common secret and gobetween...