Binyamin Laukstein
Binyamin Laukstein
http://lab.victorcoulon.fr/css/path-menu/ is down, use Github Pages to host it, also update README.md for it.
Links markdown [https://domain.com/]("foo bar") [https://domain.com/](foo bar) [https://domain.com/](foo) results [
- Improved crawlable feature turned on by default - Fixes issue #56 rewrite `/#/url` to `/#!/url` (no more use for `/#/url`) - Fixes issue #109 use `.on()` and `.off()` besides...
- jQuery Address - GA bug - repeted __utm.gif request for first page load - jQuery Address - rewrite `/#/url` to `/#!/url` - jQuery Address - avoid `$.ajax()` when content...
Fails in src/js/plugins/preview-thumbnails.js:156:41 when correctly used .vtt, exception noticed on Linux Chrome v65.0.3325. ``` if ( | !thumbnail.frames[0].text.startsWith('/') && | !thumbnail.frames[0].text.startsWith('http://') && | !thumbnail.frames[0].text.startsWith('https://') | ) { ``` 
Hints shows Content-Type error > 'content-type' header media type value should be 'application/javascript', not 'text/javascript'.  pointing to article https://webhint.io/docs/user-guide/hints/hint-content-type/#a-note-about-applicationjavascript saying totally opposite > This hint recommends using a...
Let's way we have a list with 5 items that would be Array init order [1, 2, 3, 4, 5] When item 3 moved at begging, then the Array order...
Please remove `_generateId()` to support `dataIdAttr` empty value or allow to do it by feature flag, ref: https://github.com/SortableJS/Sortable/blob/babf6ab85fdfc5e13be1027827cecfbba2fb0d1e/Sortable.js#L2383
Tested simplified example https://output.jsbin.com/qacoluk/quiet on Windows 10 machine. ``` Sortable.create(foo); ``` Failed on Microsoft Edge, IE11, IE10 without any exception, works fine on IE9, Chrome and Firefox.
When code has `navigator.serviceWorker` it will return error (is Ok) ``` 22: navigator.serviceWorker ^^^^^^^^^^^^^ `ServiceWorker` is not supported in IE 11, Edge 15 and Safari 8 😢 ``` while when...