David Ko

Results 5 issues of David Ko

Functionality that would convert the instance of SpreadsheetRow to just it's data with the signature [columnname]: value would be super helpful

enhancement

Hello, I would like to request an upgrade of nighwatch from `v1.2.4` to version 3.

STATE: Need response

we can increase the performance in this area by importing only the icons we plan to use at the root level instead of importing the entire FA icon library

low priority

I have an example here from a simple test https://github.com/davidholyko/nightwatch-sandbox/blob/3d34d1b35a7476619a9d5f4caa0d2a3b3fc43289/src/tests/06-nwtl-example.ts Whenever `getByRole` or a query function is called, the `injectNWTL` function https://github.com/testing-library/nightwatch-testing-library/blob/a6a1b8fa2bc2f9f545a9359b52992b3645347eb4/src/index.js#L43 I believe causes page crash errors eventually when...