Pete Hegman

Results 4 issues of Pete Hegman

I have this all setup and working and HMR will work except for in one use case. If you first add a class to `styleName` and then add the class...

### Describe the PR Discussed in https://github.com/bootstrap-vue/bootstrap-vue/discussions/6678 Currently it is not possible to explicitly set `aria-disabled` attribute on `b-button`, this PR fixes that bug. ### PR checklist **What kind of...

## Proposal The `prefix` config options is deprecated but is still used if you have `Rails.application.config.relative_url_root` set. We use `Rails.application.config.relative_url_root` but don't want to configure it at build time, instead...

## Background I am customizing the output of js-routes because of some customizations in our routing system and to split the path helpers up into multiple files. I am using...