when
git push -f
error message:
To choose either option permanently, see push.default in 'git help config'.
when
git push -f
error message:
To choose either option permanently, see push.default in 'git help config'.
I'd say we don't need to develop i18n for date.
Why?
Because the HTML date-input doesn't do i18n, everybody don't think any problem.
And if we develop i18n for date on some page with date-input, it is confused by two format for date.
https://github.com/alexkimxyz/nsfw_data_scrapper |
eval $(thefuck --alias love)
just happend on build:stg
, yarn start
is ok.
Seems like fuck alias already configured! For applying changes run source ~/.bashrc or restart your shell.
If your MacOSX doesn't have ~/.bashrc
, you should set ~/.bash_profile
# The Fuck configuration.
eval $(thefuck --alias)
import * as React from 'react'; | |
import { IntlProvider } from 'react-intl'; | |
import { translationMessages } from 'i18n'; | |
/* eslint-disable import/no-extraneous-dependencies */ | |
import { storiesOf } from '@storybook/react'; | |
import MyComponent from './index'; | |
storiesOf('MyComponent', module) | |
.add('en', () => ( |