marketing
Here are 562 public repositories matching this topic...
-
Updated
Jun 11, 2020
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,
-
Updated
Jul 4, 2020 - JavaScript
-
Updated
Feb 17, 2020
-
Updated
Jun 29, 2020
Smooch integration instruction needs to update the followings.
- Write a brief description. Smooch API for conversation or for what? Make clear it such what is the purpose of that integration...
- Insert additional instruction for how to find out Viber token.
- Telegram.n Botfather link correct or not?
- If integration is successful, how it is shown, please insert the figure of results.
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
Mar 22, 2020 - JavaScript
-
Updated
Jun 19, 2020 - Jupyter Notebook
-
Updated
Jun 19, 2020
-
Updated
Jul 6, 2020 - Python
-
Updated
Mar 7, 2018 - JavaScript
-
Updated
Jul 8, 2020
-
Updated
Jul 8, 2020
-
Updated
May 28, 2020 - R
-
Updated
Aug 2, 2018 - JavaScript
-
Updated
Apr 19, 2020 - PHP
-
Updated
Jul 16, 2020 - JavaScript
Going through the documentation I've notices that many (all?) of the internal links in the documentation are broken. I've seen a few under the "Reference" section, for example:
- On page "Podspec", the link "preprocessors" goes to https://grow.io/preprocessors/ rather than https://grow.io/reference/preprocessors/
- On page "Podspec", the link "generated in documents" goes to https://grow.io/do
ValueError: list.remove(x): x not in list
Describe your environment
- Python version:Python3
- Hardware:mac
- Jupyter notebook or not? [Y/N]:N
- Which chapter of book?:4
I work on Exercise 1 and I meet a problem.
Describe your question

![image](https://user-image
-
Updated
Apr 21, 2020 - PHP
-
Updated
Jun 24, 2020 - Ruby
-
Updated
Apr 18, 2019 - Python
Add hotkeys
Typing space should open the first card shown. r should reset filters. 1 to 6 should trigger the 6 example filters.
The cool thing would be to have ? bring up a modal showing the shortcuts, as works with Gmail and Google Calendar. Of course, you're right about space; return would be a better choice. Interestingly, esc already works to dismiss the modal.
-
Updated
Oct 26, 2019 - JavaScript
-
Updated
Jul 14, 2020 - JavaScript
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."
I learned this by digging through the code base for a while, and uncovered:
https://github.com/matomo-org/matomo/blob/a345c2f22b8356dd3300d66f5ade3df24f69d900/core/Config.php#L149-L151
From which I deduce that in the same directory where I might have a
config/config.ini.phpfile, I can also have aconfig/blog.example.org.config.ini.phpfile - which, if it exists will be used instead.