- my-first-test.robot
- requirements.txt
brew install python3;
python3 -m pip install --user --upgrade pip;
Video on railtest: https://www.youtube.com/watch?v=kBWwMUCYvMk
Thoughts:
The "Microsoft Teams Status" shows as away on teams when working from my desktop.
This is due to a weird caching issue! It may be the fact that the desktop application was the first device logged into. The phone being logged in after the desktop application tells teams this is the primary device. By clearing cache the desktop application becomes the primary device once again and regains control of status management.
A typescript guide,
yarn test 2>&1 | grep FAIL |
/* logic for scrollbar: */ | |
html { | |
overflow: overlay; | |
} | |
::-webkit-scrollbar { | |
width: 18px; | |
height: 18px | |
} |
// https://www.color-name.com/hex/FFDC19 | |
export const listOfColors = [ | |
['White', '#FFFFFF'], | |
['Black', '#000000'], | |
['Platinum', '#E2E2E2'], | |
['Blue', '#0303F1'], | |
['Purple (X11)', '#B31BF0'], | |
['Diamond', '#B9EDFF'], | |
['Water', '#D0F3FF'], | |
['Ferrari Red', '#ED1A02'], |
https://leanpub.com/javascriptallongesix/read
document.getElementsByTagName('figcaption')[14].scrollIntoView()
document.getElementsByTagName('blockquote')[12]
<link rel="stylesheet" | |
href="https://fonts.googleapis.com/css?family=Gamja Flower"> | |
<div id="root"> | |
<!-- This element's contents will be replaced with your component. --> | |
</div> |