Roy Sutton
Roy Sutton
**If you're reporting a bug, please include _input code_, _output documentation_, a description of what you expected to happen, and what happened instead.** Given the following input: ``` /** *...
This is more a feature request/future planning idea. Right now, the JSON output of a doc parsing run cannot (easily) be used with something like GraphQL because it requires a...
This touches on some of the other open tickets. I am using the release candidate for 2.0. I have an app set up to use the non-default mic. It seemed...
**Environment:** - OS: MacOS 12.4 (M1) - qView version: 5.0 **Information:** When moving between images in a directory (and even sometimes when opening a new image from the open dialog)...
Curious why the argument order is different from current webdriverio commands? Changing the selector order around could allow for element chaining. E.g.: ``` browser.element('#myDiv').saveElementScreenshot('myFile.png') ```
Fixes #83 Note: I didn't attempt to get Spectre test to return the correct value for `isNewScreenshot`. ~~Note: I wasn't able to test locally as it's unhappy with my node...
I have an app with a progress bar. Works fine with 1.1.8. When upgrading to 2.0.0, nothing displays until the final tick, which makes a progress bar pretty useless! I...
The syntax highlighter does not deal well with nested code blocks. I need to document how to insert a code fence. An acceptable Markdown way is with the following code:...
next_line was not used and caused an error in buffers with only 1 line. If adding it back in, add checks for single-line buffers or modify line.rb to range check.