cloud-service
Here are 41 public repositories matching this topic...
-
Updated
Aug 23, 2020 - Go
-
Updated
Feb 13, 2018 - JavaScript
Make Silex load faster
This is a relatively easy task for a programmer to start with Silex
Use dynamic imports of webpack to load the app progressively:
- first the App.ts
- then rest of Silex code
- also split the third party modules such as Monaco editor, wysihtml editor, prodotype, cloud explorer, ...
Feature Request
Is your feature request related to a problem? Please describe.
The button core component allows for a title, and icon and a link. Semantically, this is a link and not a button, they are different things. Links go somewhere, buttons do something. (https://a11y-101.com/design/button-vs-link)
Describe the solution you'd like
Rename the button component to link (or
-
Updated
Aug 27, 2020 - JavaScript
-
Updated
Jan 30, 2020 - JavaScript
-
Updated
Aug 7, 2020 - JavaScript
-
Updated
Jun 1, 2020 - PHP
For now the image banks show a fixed number of results
It would be nice to load more photos when the user scrolls down
- add a page number in the routes of image banks
- make API call when the user scrolls and reach the bottom of the list (in thumbnail view only)
Linter warnings
scroll with keyboard
-
Updated
Aug 20, 2020 - Python
-
Updated
Aug 26, 2020 - Java
-
Updated
Nov 17, 2016 - Go
-
Updated
Jun 5, 2020 - C#
-
Updated
Aug 23, 2019 - Jupyter Notebook
-
Updated
May 14, 2019 - Python
-
Updated
Mar 28, 2018 - Go
-
Updated
Oct 27, 2016
-
Updated
Oct 21, 2017 - JavaScript
-
Updated
Jul 22, 2020 - Jupyter Notebook
-
Updated
Jul 25, 2020 - Python
-
Updated
Dec 20, 2017 - Python
-
Updated
Oct 9, 2019
-
Updated
Jul 23, 2020 - Python
-
Updated
May 23, 2018 - Python
-
Updated
Feb 14, 2017 - C#
-
Updated
Jan 31, 2018 - HTML
Improve this page
Add a description, image, and links to the cloud-service topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cloud-service topic, visit your repo's landing page and select "manage topics."
** Which Category is your question related to? **
Interactions
** What AWS Services are you utilizing? **
Cognito, Lex
I'd like to be able to do a face auth and if a valid user is found, I'd like to simulate a click of the Microphone button without the user having to do so. How can this be done with the existing Chatbot component ?