Peita Lin

Results 9 comments of Peita Lin

The bug is present on: Chrome v83 Firefox v77 Safari v12 Any idea where in the codebase to start looking at fixing this? I would like to take a look....

Did some digging, When the component first mounts, [`displaySameSlide`](https://github.com/oliviertassinari/react-swipeable-views/blob/8f3d3a14cd37a870c50deda67b26791d80ff04fd/packages/react-swipeable-views/src/SwipeableViews.js#L751) is initially `true`, causing [`transition = “all 0s ease 0s”`](https://github.com/oliviertassinari/react-swipeable-views/blob/8f3d3a14cd37a870c50deda67b26791d80ff04fd/packages/react-swipeable-views/src/SwipeableViews.js#L751) when then component first mounts. So the 1st index change does...

Are you talking about the indent lines? `https://github.com/nathanaelkane/vim-indent-guides` Otherwise I'm just using default indenting rules in .vimrc: `filetype plugin indent on`

Thanks @vjsingh good to know.

@SamCB I've tested and merged @chemzqm's solution for indentation in the latest [commit](https://github.com/peitalin/vim-jsx-typescript/commit/a720ff5f690806416feeaba68dc513c6c92c20b6). Thanks for the suggestions @chemzqm. I'll keep this thread open in case theres any other issues to...

Is this issue being looked at or abandoned? or do we wait for v4.0 ?

Try this. Go to the base pysec folder and ~~make an empty database, and~~ rename local-settings-example.py to local-settings.py: ``` sh $ cd ~/path/to/pysec && python -c "import sqlite3; sqlite3.connect('edgar.db')" $...

You can make a selection, press 'S', then press '('. See: https://github.com/tpope/vim-surround/blob/master/doc/surround.txt