marketing
Here are 536 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
May 15, 2020 - JavaScript
-
Updated
Feb 17, 2020
-
Updated
Jun 10, 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.
[Vue warn]: The computed property "user" is already defined as a prop.
found in
---> at node_modules/vue-beautiful-chat/src/Message.vue
at node_modules/vue-beautiful-chat/src/MessageList.vue
at node_modules/vue-beautiful-chat/src/ChatWindow.vue
at node_modules/vue-beautiful-chat/src/Launcher.vue
-
Updated
Mar 22, 2020 - JavaScript
-
Updated
Jun 9, 2020 - Jupyter Notebook
-
Updated
Feb 18, 2020
-
Updated
Jun 8, 2020 - Python
-
Updated
Mar 7, 2018 - JavaScript
-
Updated
Jun 4, 2020
-
Updated
May 28, 2020 - R
-
Updated
Mar 2, 2020
-
Updated
Aug 2, 2018 - JavaScript
-
Updated
Apr 19, 2020 - PHP
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 5, 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
Jun 10, 2020 - JavaScript
-
Updated
Mar 19, 2018
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.php
file, I can also have aconfig/blog.example.org.config.ini.php
file - which, if it exists will be used instead.