Skip to content

Instantly share code, notes, and snippets.

View Egor-Koldasov's full-sized avatar

Egor Koldasov Egor-Koldasov

  • Tbilisi, Georgia
View GitHub Profile
@nickbudi
nickbudi / README.md
Last active November 4, 2023 10:53
Cygwin git compatibility with VS Code (or other Windows programs) using cygpath

Cygwin Git + VS Code compatibility

Thanks and credit to mattn and ferreus on GitHub.

Also check out Developing on WSL and/or wslpath (Windows 10 Build 17046 or later) if you're using the Windows Subsystem for Linux.

@chemitaxis
chemitaxis / app.js
Last active March 8, 2021 03:02
Webpack config example with react router 4 and bundle loader
import React, { Component } from 'react'
import {
BrowserRouter as Router,
Route,
Link,
Switch
} from 'react-router-dom'
import { Provider, observer } from 'mobx-react'
import DevTools from 'mobx-react-devtools'