Emerson Laurentino
Emerson Laurentino
I have the same problem in the heroku environment ``` 2018-10-10T21:02:44.172955+00:00 heroku[web.1]: Starting process with command `micro-bot -p 37325` 2018-10-10T21:02:48.873602+00:00 app[web.1]: μ-bot: Failed to start: Error: 404: Not Found ```
I was able to solve this problem by setting the variables correctly, but i have another problem: when my bot is runnig in heroku: ``` 2018-10-10T21:30:00.554084+00:00 heroku[web.1]: Starting process with...
I was able to solve this problem too. I changed `web` to `work` on `Procfile` and run the command: ``` heroku scale web=0 worker=1 ``` https://github.com/Naltox/telegram-node-bot/issues/119
whatever, it is just a name for where the documentation will be, not only of the components, but of the complete Design System.
I don't like the idea of experimental, I think it's better to create the tests for the current modal and it works on a specific branch for the modal refactor...
Since there are already tests, you make your PR for the branch of `features` and then that branch will be rebased with the `master`. The advantage of the experimental ones...
**Things about standardization:** - Standardization of prop names; [Slack Thread](https://vtex.slack.com/archives/C1MCRG7CK/p1571774967090800) - Use declaration file or define types within the file itself? [Slack Thread](https://vtex.slack.com/archives/CM2V0PELD/p1572985458192900) - Rules for creating a new component...
@kevinch I'm creating a document explaining about how to make these components accessible by following the principles of wcag
In the [Uber Component Library](https://baseweb.design/components/progress-bar/) the `ProgressBar` component has a prop called `showLabel` that if checked with true, the component will display the percentage number in the bottom center. I...
@jonathasbsouza we currently have this progress (called a line), but it does not have the percentage value. ref.: [Progress in VTEX Styleguide](https://styleguide.vtex.com/#/Components/Display/Progress)