Skip to content

Instantly share code, notes, and snippets.

View AkimSolovyov's full-sized avatar

Akim Solovyov AkimSolovyov

View GitHub Profile
@AkimSolovyov
AkimSolovyov / jsconfig.json
Created February 5, 2020 10:09
react vscode go to definition fix
{
"compilerOptions": {
"experimentalDecorators": true,
"baseUrl": "./src/",
"jsx": "react",
"module": "commonjs"
},
"exclude": ["node_modules", "build"]
}
<!--
Obtrusive scrollbars: scrollbars that take up screen real estate. These do not overlay on top of the content, but appear next to it.
Unobtrusive scrollbars: scrollbars that sit on top of the content. These don’t subtract screen real estate away from the container they belong to.
-->
<div class="overflowing-element"></div>
<style>
//Base
@AkimSolovyov
AkimSolovyov / webdev_online_resources.md
Created July 17, 2018 06:58 — forked from bradtraversy/webdev_online_resources.md
Online Resources For Web Developers (No Downloading)
@AkimSolovyov
AkimSolovyov / README.md
Created January 19, 2018 13:21 — forked from hofmannsven/README.md
My simply MySQL Command Line Cheatsheet