-
Updated
Jul 4, 2022 - Python
godaddy
Here are 124 public repositories matching this topic...
-
Updated
Dec 27, 2021 - Python
-
Updated
Jun 6, 2022 - Go
-
Updated
Jun 30, 2022 - PHP
-
Updated
May 25, 2022 - CSS
-
Updated
May 14, 2021 - Go
-
Updated
Oct 6, 2020 - Python
-
Updated
Jan 21, 2019 - Python
Just wondering if it would be good to include the language each project has listed, which if clicked on could populate the search bar? - @beardedeagle, #50
-
Updated
Jun 30, 2022 - JavaScript
-
Updated
Feb 10, 2022 - Python
-
Updated
May 25, 2022 - PHP
Currently, the unit tests only get run against multiple versions of python through travis CI. It would be nice to have a local configuration (something like tox) that would run tests against a battery of different python versions so that developers can see if a test will fail in a certain version before having to push the commit and have CI catch the error.
-
Updated
May 17, 2022 - Python
-
Updated
Sep 21, 2021 - Shell
-
Updated
Apr 8, 2021 - Shell
-
Updated
Aug 8, 2020
-
Updated
Apr 19, 2022 - Go
-
Updated
May 26, 2022 - CSS
-
Updated
Apr 16, 2022 - Go
-
Updated
Aug 31, 2016 - Python
-
Updated
Dec 24, 2020 - Shell
-
Updated
May 26, 2022 - CSS
-
Updated
May 26, 2022 - CSS
-
Updated
Feb 25, 2022 - PowerShell
Improve this page
Add a description, image, and links to the godaddy topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the godaddy topic, visit your repo's landing page and select "manage topics."
Describe the bug
When using the template functionality of the innerBlocks component we can run into issues with how the undo and redo editor functions behave. Specifically if we are setting a block attribute when the template changes we are creating two undo snapshots: one when the attribute is set and another when the innerBlocks are updated.
We solved this issue in the Form block here: h