Alec Rust
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?
No problem.
This would be a good feature, but only one level deep. See Facebook, Pinterest etc.  
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