Alessandro Diez

Results 22 comments of Alessandro Diez

not sure if we should touch `~/.zshrc` too for macOS Catalina

`git reb + tab` is not working either during a rebase, to write something like `git rebase --continue`

This should be fixed with https://github.com/fabriziocucci/git-bash-for-mac/pull/17

This should be fixed by https://github.com/fabriziocucci/git-bash-for-mac/pull/17

This should close issue #8

@octref any ETA to merge this? it would be a very useful feature. see #70

You should probably throttle or at least debounce the resize event to prevent it from firing too many times causing the app to become unresponsive; the resize event can easily...

I'll go for a quick example, since it's something I need to do too. ![example](https://user-images.githubusercontent.com/16702156/30651777-f374dd0c-9e26-11e7-87c0-a6a0f0df64ed.png) So, my page is always 100vh (viewport height), and will **never** exceed that height. Now,...

Take a look at https://github.com/wonday/react-native-orientation-locker/pull/228. It allows to completely disable the facing detection, so it might not be what you're looking for tho.