pip3 install pipenv
pipenv shell
| import logging | |
| import uuid | |
| from sanic import Blueprint, response | |
| from sanic.request import Request | |
| from socketio import AsyncServer | |
| from typing import Optional, Text, Any, List, Dict, Iterable | |
| from rasa.core.channels.channel import InputChannel | |
| from rasa.core.channels.channel import UserMessage, OutputChannel |
| import asyncio | |
| import inspect | |
| import json | |
| import logging | |
| import uuid | |
| from asyncio import Queue, CancelledError | |
| from sanic import Sanic, Blueprint, response | |
| from sanic.request import Request | |
| from typing import Text, List, Dict, Any, Optional, Callable, Iterable, Awaitable |
git config credential.helper store
curl https://raw.githubusercontent.com/ajenti/ajenti/master/scripts/install.sh | sudo bash -s -
:8000
shivampip, in below steps, replace it with yoursghtestghtestnpm install --save gh-pages
package.json, add these line below name| { | |
| "name": "ghtest", | |
| "homepage": "https://shivampip.github.io/ghtest/", | |
| "version": "0.1.0", | |
| "private": true, | |
| "dependencies": { | |
| "gh-pages": "^2.2.0", | |
| "react": "^16.12.0", | |
| "react-dom": "^16.12.0", | |
| "react-scripts": "3.3.0" |
| .outer { | |
| display: flex; | |
| justify-content: center; | |
| align-items: center; | |
| } | |
| .innter{ | |
| align-self: center; /*optional*/ | |
| } |
By setting this property with the value "border-box" it makes whichever element you apply it to not stretch when you add a padding or border. If you define something with 100px width, and 10px padding, it will still be 100px wide.
box-sizing: border-box; // on parent