polymer
Here are 1,344 public repositories matching this topic...
-
Updated
Jul 8, 2022 - TypeScript
using paper-progress
that shows a loader at the top of the plugin
and can be enabled/disabled from the plugins
Feedback?
The default data includes dfua16 links. These need to be updated to be relative or part of the compilation process.
-
Updated
Mar 8, 2019 - TypeScript
-
Updated
Aug 13, 2021
-
Updated
Mar 21, 2018
-
Updated
Jun 27, 2022 - JavaScript
The generator currently outputs TypeScript projects only. It should have an option to output JavaScript projects.
This could be accomplished without duplicating code by the following steps
- If the TypeScript option is selected, continue as normal
- If the JavaScript option is selected, run all the same steps as the TypeScript generator, but add the following steps afterwards:
- Run
-
Updated
Mar 2, 2020 - HTML
-
Updated
Apr 29, 2022 - TypeScript
-
Updated
Oct 4, 2021 - JavaScript
-
Updated
Jul 8, 2022 - JavaScript
-
Updated
Apr 10, 2018 - TypeScript
-
Updated
Jun 9, 2022 - JavaScript
-
Updated
Dec 8, 2019 - JavaScript
-
Updated
May 13, 2022 - HTML
-
Updated
Oct 30, 2018 - TypeScript
-
Updated
Jun 2, 2022 - TypeScript
-
Updated
Jun 15, 2022 - Python
Improve this page
Add a description, image, and links to the polymer topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the polymer topic, visit your repo's landing page and select "manage topics."

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

Describe the bug
In Firefox, the zoom feature uses
transformstyles (see storybookjs/storybook#12845) - unfortunately this breaks positioning on elements that requireposition: fixedwhen in the "Docs" view.Normally a
position: fixedelement's position would correspond to the viewport but in Firefox it corresponds to the element with thetransformstyle.