The Wayback Machine - https://web.archive.org/web/20201010092119/https://github.com/topics/webcomponents
Skip to content
#

webcomponents

web-components logo

Developers can create custom, reusable, encapsulated HTML tags for the web using Web Components. Components use the Custom Element standard, frequently in combination with the Shadow DOM, HTML Templates, and ES Modules.

Here are 1,367 public repositories matching this topic...

AVGP
AVGP commented May 7, 2020

Right now, there is no "docs/best_practices.md" file.
Create this file and describe the best practices for running Rendertron. Some to get started:

  • Run Rendertron behind a firewall or proxy with authentication, because it does not provide an authentication layer.
  • Enable caching to speed up the response times
  • Regularly pre-warm the cache by requesting a render for your most important UR
peterpeterparker
peterpeterparker commented Oct 9, 2020

Affected part of DeckDeckGo

  • Studio

Feature Description

In addition to the editor, "studio" also contains a feature which let attendees vote for a poll.

In order to let your attendees vote multiple times for the same poll, the poll key is saved in indexedb and a user can't vote for the same key for two hours.

This works fine but I notice

You can’t perform that action at this time.