Jalal Fathi
Jalal Fathi
messenger.com style, something like this:  What do you think? :)
I'm suggesting to extract the `facets-dive` component into a new repository. And then install it as a dependency in `facets`. I can create PRs for that. Advantages: - Polymer standard...
Sites often need the user to accept their terms and privacy statements before signing up. This could be achieved for example by: - Exposing the `disabled` property - Adding a...
After a signup or login, chrome's and other password manger should display a prompt to save the password. This usually happens via a form submission. But can we fake it...
### Feature Proposal The plugin uses `document.getElementById(id)` and therefore cannot find elements within a Shadow DOM. ``` options: { plugins: { htmlLegend: { // ID of the container to put...
- `` to use the lang attribute of the html tag. (would be cool if defaulted to true) - `` to auto load resource. (would be cool as well to...
**Describe the bug** Sortable changes HTML comments in the DOM and therefore reference points for some template systems. Some HTML template systems use HTML comments to render dynamic content. See:...
### Description The firebase-firestore-mixin strips away the snapshots, only returning the data. In my case, I want to fetch subcollections and need the path of a document which I could...
This is a feature request of a thumbnail gallery. Two carousels that can control each other: ``` ``` Something like this:  What do you think?
If there are a lot of slides, the pagination with dots gets just too wide. A possibility would be to display a number pagination e.g. 3/50 if the number of...