deceze
deceze
``` ``` Trying to clamp the above element fails hard in Firefox on line 109: ``` if (elem.lastChild.children && elem.lastChild.children.length > 0) ``` with: ``` TypeError: elem.lastChild is null ```...
The current option to translate `of` for pagination doesn't work for proper localisation. The proper Japanese localisation for instance would need to be something like `{{ total }}件中{{ start }}から{{...
Visiting jsperf.com on Safari 12.0.2, macOS 10.14.2, results in a 400 page: > # 400 Bad Request > > The request cannot be fulfilled due to bad syntax. Using Chrome...
Allowing `jQuery.timeago.settings.strings.numbers` to be a callback function and adding optional `jQuery.timeago.settings.strings.formatter` callback, which can be used as a general post processing callback instead of the default `$.trim([prefix, words, suffix].join(" "))`....
Having defined an iron-iconset: ``` html ``` And using it like this: ``` html ``` It seems impossible to set the icon's size using e.g.: ``` html iron-icon { --iron-icon-height:...
Steps to reproduce: - open any project file - remove items from the sidebar (right-click, Remove Selected Files..., Delete Reference) - add some files in related parent folders through the...
Add possibility to markup the request body. Can be very similar to `http:response::` I suppose. In fact, `http:response::` could probably be reused or renamed to `http:body::` or similar.
POST parameters can only be marked up using the `param` keyword, which will show up as `Query params`. There should be a separate markup for POST parameters, or they should...
The router should have more complete reverse routing functionality, being able to assemble full URLs including path prefix, query parameters, host etc.
Instead of having to manually pass a URL parameter, the router should have a convenience wrapper method that can be called that will figure out the current URL itself, as...