This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
We've had a case that utilized auto scroll to the bottom of the scrollabe list-container | |
on each new element added. Some time after that we've encountered a similar task however | |
in that specific case the scroll should be applied exactly to the middle of a parent element. | |
Simply dividing the height in 2 did not work out, so ChatGPT has for once adviced a nice | |
thing (It only took 2 attempts to generate that idea). | |
*/ | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git config --global push.autoSetupRemote true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ng analytics disable --global |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"prettier/prettier": [ | |
"error", | |
{ | |
"endOfLine": "auto" | |
} | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Edge | |
0.0.0.0 pipe.aria.microsoft.com | |
0.0.0.0 assets.msn.com | |
0.0.0.0 web.vortex.data.microsoft.com | |
0.0.0.0 browser.events.data.msn.com | |
0.0.0.0 www.msn.com | |
0.0.0.0 sb.scorecardresearch.com |