Konstantin Tarkus
Konstantin Tarkus
https://github.com/facebook/draft-js/releases/tag/v0.11.0
When installing gaze 0.6.3 on Windows: ``` C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(29 7,5): warning MSB8003: Could not find WindowsSDKDir variable from the registry. TargetFrameworkVersion or PlatformToolset may be set to an invalid...
Currently, deploying a Node.js app with Yarn v4 (specified in the `package.json/packageManager` field) fails with the following error: > ERROR: (gcloud.functions.deploy) OperationError: code=3, message=Build failed with status: FAILURE and message:...
What do you think about extracting (1) `webpack.config.js`, (2) all the dev dependencies (~50), and automation scripts (`build`, `run`) into a stand-alone npm package ([`react-app`](https://github.com/kriasoft/react-app))? This way it might be...
- [ ] Create `/client/components/Button` UI component powered by React and MDL - [ ] Put `Login with Facebook` in the header (see `/client/components/Layout`) - [ ] Clicking on this...