Ian Remmel

Results 26 issues of Ian Remmel

I'm part way through an 0.16 playthrough, so I'm holding off on upgrading to the beta. Any change of publishing prior versions? In the meantime, I *think* this a link...

I reported #479 thinking it was an adblocker problem, but it actually turns out to be how the auth flow works. Whether I'm previously logged into GitHub or not, it...

xhr assigns values to the XMLHttpRequest instance which causes errors in environments that disallow unknown properties. One such environment is SalesForce Aura.

### Prerequisites - [X] I am using the [correct version](https://github.com/react-bootstrap/react-bootstrap#bootstrap-compatibility) of React-Bootstrap for my version of Bootstrap - [X] I have [searched](https://github.com/react-bootstrap/react-bootstrap/issues?q=is%3Aissue) for duplicate or closed issues - [X] I...

bug

separate backends implemented via a 'multi' meta-backend. Uses config like this: ``` backends: [multi] multi: locked: pushover: user_key: user-api-key unfocused: default: {} focused: {} ``` This config would cause no...

enhancement

Similar to #94, it'd be really nice if I could use e.g. macos notifications when the screen is unlocked but switch to pushover if things took long enough that I...

I'm attempting to write a selenium test that involves submitting a form that includes a vue-multiselect and I can't find any thing for selenium to click on that opens the...

bug

## Expected Behavior I'd like to limit the valid scopes on a per-type basis. For example, the `docs` type should accept `all` and each of my lerna packages as scopes,...

feature

I feel like I'm missing something, but I'm struggling to figure out how to make interactive apps with react-blessed. All of the examples appear to be purely rendering content with...

I need to include a plugin (not an extension) when running my tests. Something in [this block](https://github.com/karma-runner/karma-firefox-launcher/blob/v1.0.0/index.js#L82-L95) of code seems to corrupt the profile I'm providing as part of my...