-
Updated
Nov 25, 2020 - PHP
marketing
Here are 655 public repositories matching this topic...
-
Updated
Oct 27, 2020
-
Updated
Oct 6, 2020 - JavaScript
-
Updated
Nov 19, 2020
-
Updated
Nov 22, 2020
-
Updated
Nov 25, 2020 - TypeScript
-
Updated
Nov 2, 2020 - JavaScript
If you press "alt" it handles it as a typing event, so when you alt+tab out of the browser, it's as if you were typing. I believe a typing event should happen when an actual character is typed.
Originally opened in #104.
-
Updated
Nov 15, 2020 - Jupyter Notebook
-
Updated
Nov 23, 2020 - Python
-
Updated
Nov 25, 2020 - JavaScript
-
Updated
Nov 2, 2020
-
Updated
Sep 18, 2020
-
Updated
Oct 4, 2020
Add more resources
-
Updated
Mar 7, 2018 - JavaScript
-
Updated
Nov 12, 2020 - R
-
Updated
Aug 2, 2018 - JavaScript
-
Updated
Oct 2, 2020 - PHP
-
Updated
Sep 12, 2020 - JavaScript
-
Updated
Apr 21, 2020 - PHP
-
Updated
Oct 29, 2020 - JavaScript
-
Updated
Oct 22, 2020 - JavaScript
-
Updated
Aug 12, 2020 - Ruby
-
Updated
Dec 28, 2019 - Python
-
Updated
Nov 11, 2020 - JavaScript
-
Updated
Apr 18, 2019 - Python
Improve this page
Add a description, image, and links to the marketing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the marketing topic, visit your repo's landing page and select "manage topics."


Is your feature request related to a problem? Please describe.
I am using react-static to create a site that is hosted out of S3. I want to be able to use object versioning to track changes to the objects over time, but I can't do that with the main JS file, as it has a hash code in the middle. I am guessing that this is used for cache busting, but S3 already has robust etag support built in,