Results 67 comments of Alec Rust

Thanks @sighmon. I see that code runs `which yarn` to find the binary. I assume this is the issue, as `which yarn` in my case doesn't return a path to...

OK, figured out what is causing this. I had `export NVM_LAZY_LOAD=true` in my `~/.zshrc` which is an option of [zsh-nvm](https://github.com/lukechilds/zsh-nvm#lazy-loading). I have disabled this, but I don't seem to have...

Many thanks @szegheo that helped clear some things up for me. In the end I went with [responsive-loader](https://github.com/dazuaz/responsive-loader) (seems to be compatible with webpack 5) with the following setup: `webpack.config.js`...

@wpexpertsio any chance we could get this merged?

This would be a good feature, but only one level deep. See Facebook, Pinterest etc. ![screenshot 2015-03-13 16 45 30](https://cloud.githubusercontent.com/assets/247634/6642924/627e6258-c9a0-11e4-9bd6-2e31502c5831.png) ![screenshot 2015-03-13 16 51 12](https://cloud.githubusercontent.com/assets/247634/6643022/2ad183b6-c9a1-11e4-9005-f16a1bdb965f.png)

Are the inputs set to a minimum of 16px font size as-per this plugin's stylesheet? Also see: https://github.com/twbs/bootstrap/issues/14975

Is it every type of form input? What happens on focus exactly, the modal jumps up?

Sounds like the keyboard opening is pushing the modal, similar to this issue: https://github.com/twbs/bootstrap/issues/9023

> I wonder if there's a way to automate version bumping. I don't know what's common practice in the Homebrew world. There sure is, here's an example: https://github.com/jdx/rtx/blob/main/.github/workflows/release.yml#L237