-
Updated
Jun 25, 2022 - C#
dynamic-data
Here are 31 public repositories matching this topic...
-
Updated
Sep 10, 2019 - JavaScript
-
Updated
Jan 25, 2019 - C#
-
Updated
Mar 6, 2019 - C#
-
Updated
May 25, 2022 - JavaScript
-
Updated
Jun 20, 2022 - C#
-
Updated
Apr 16, 2020
-
Updated
Jan 3, 2019 - Python
-
Updated
Oct 18, 2017 - Java
-
Updated
Oct 16, 2018 - Java
-
Updated
Jun 22, 2022 - C#
-
Updated
Nov 6, 2020 - PHP
-
Updated
May 18, 2017 - C#
-
Updated
Feb 19, 2018 - C++
-
Updated
Apr 4, 2019 - TypeScript
-
Updated
Jun 3, 2022 - C++
-
Updated
Feb 4, 2021 - JavaScript
-
Updated
Mar 15, 2022 - JavaScript
-
Updated
Apr 4, 2019 - TypeScript
-
Updated
May 20, 2020 - HTML
-
Updated
Aug 21, 2018 - HTML
-
Updated
Jan 17, 2021 - Java
-
Updated
Dec 8, 2021 - PHP
-
Updated
Jan 23, 2020 - JavaScript
-
Updated
Nov 28, 2021 - C#
-
Updated
Feb 8, 2022 - JavaScript
-
Updated
Apr 20, 2019
-
Updated
Sep 18, 2021 - JavaScript
-
Updated
Dec 1, 2021 - Java
Improve this page
Add a description, image, and links to the dynamic-data topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dynamic-data 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.

I haven't got time to look into this at the moment so I'm tracking it here.
I saw in the code,
DocumentBinder::bindfunction calls both theElementBinder::bindandPlaceholderBinder::bindfunctions, but then in theElementBinder::bindfunction there's another call to thePlaceholderBinder::bindfunction.This smells like it's wasting cycles trying to bind again... investigate!