Matt Leathes
Matt Leathes
IE8 & 9 are set to 'Display intranet sites in compatibility view'... they will drop into IE7 standards mode if you put the conditional comments where you've got them. (Sorry...
## Description If I set the `disabled` prop on react-slider I cannot move the thumb but I can still tab to it. In the [code sandbox]( https://codesandbox.io/s/react-slider-kybd-a11y-rcmvy6) I have set...
Use-case: I am using this component as a video progress bar/seek control. When the user tabs to the slider control, I want to be able to pause video playback so...
If I create a simple, single-key shortcut, like this: ```js useHotkeys("c", (e) => console.log('shortcut activated')); ``` I would expect it not to activate when the `Alt Gr` modifier key is...
The link entitled 'Getting Started with AsUnit and Flash Authoring CS3' on the asunit.org homepage is broken. The content it points to has been moved to http://www.developria.com/2008/09/unit-testing-with-asunit.html I know I...
You should be able to do something like this: ``` if (IE.TrueVersion < 9 && ('spellcheck' in document.createElement('textarea')) { // enterprise mode is on! } ```
First off, thanks for this extension - started using it today and it seems really useful... but one thing I was surprised didn't work was doing this: https://user-images.githubusercontent.com/1249597/145416157-927e6941-5598-4f12-beb6-ff9083e4c536.mp4 It works...
It's a minor thing really, but when attempting to install a plugin that doesn't actually exist, it initially looks like it's installing successfully... be nice if this could be changed...
What with Microsoft having acquired GitHub, quite a few people have migrated to GitLab. We might consider adding official support for registering plugins hosted on GitLab. Please 👍 this issue...
appreciate this is a bit of an ask - but it would be great if when I install I plugin I could have it auto-populate config.json/course.json with the default settings...