<prefix> s - show sessions in choose mode
<prefix> w - show windows in choose mode
<prefix> : new -s <name of session>
Ctrl + B, $
https://superuser.com/a/428025/644627
<prefix> s - show sessions in choose mode
<prefix> w - show windows in choose mode
<prefix> : new -s <name of session>
Ctrl + B, $
https://superuser.com/a/428025/644627
https://stackoverflow.com/questions/7168727/make-html-text-input-field-grow-as-i-type
https://css-tricks.com/auto-growing-inputs-textareas had an interesting solution that requires no library: https://codepen.io/shshaw/pen/bGNJJBE
Simplified here: https://codepen.io/michaeldimmitt/pen/mdGXgjy
In order to be simplified:
(This is a quick off the cuff post do not take as gospel. I could probably improve or add more research/accuracy.)
Manually standardizing a coding style is not worth the conflict.
If you cannot enforce it in an automated way with zero communication then you have no standard long term.
Today I learned, some new typescript today after facing a simple issue.
The issue I faced, I wanted a type that would enforce:
This would ensure developers do not miss one of the inputs when you need both for the change to work effectively.
| Debug a dropdown in the browser | |
| https://superuser.com/questions/249050/chrome-keyboard-shortcut-to-pause-script-execution | |
| setTimeout(() => {debugger}, 4000) |
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.