Michael Mulligan

Results 8 issues of Michael Mulligan

On one hand, I would love it if the QR Code reader (at least) were directly integrated. On the other hand, either way, there are some concerns/issues with how QR...

Re-Issue of #207 after fixing CheckRun resolution. All of the same comments apply: This does a bunch... But also, not that much. In summary, it switches to using the `json`...

See #74 where I hijacked a thread. My b. Issue is I seem to be having some issues with `Machine Definition` not persisting or updating `steps/mm` when re-printing my test...

### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What would your feature do ? For file-view...

enhancement

### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What would your feature do ? I would...

I am receiving a STARTTLS `WRONG_VERSION_NUMBER` error. My email server is used by a number of people, and many different application clients, without issue. I believe the problem here is...

I can see in the documentation that you can register custom functions: ``` $less->registerFunction("double", function($arg) { list($type, $value, $unit) = $arg; return array($type, $value*2, $unit); }); ``` Awesome! What I...

Working with a firm that does not want to bundle the entire TinyMCE stack into a single webpack, for reasons, and instead would rather have the `tinymce-a11y-checker` bundled as a...