Jeff Mendez

Results 42 comments of Jeff Mendez

> @ry you are welcome! I can get a benchmark this week. Need to make a minimal demo since the project is private, should be straight forward for the example....

@ry pardon the delay, I went ahead and attached benchmarks for the runtime changes. Thank you for the patience.

> @j-mendez Thank you for the benchmarks. Although none of them are doing anything asynchrnous so it's unlikely that we are measuring `spawn` / `spawn_blocking` performance here. A better benchmark...

> @j-mendez Try this one `deno run -A --unstable cli/bench/write_file.js`. It tries to write small chunks to `/dev/null` as fast as possible. I attached the logs of the before and...

Product: A11yWatch The problem solved: Web accessibility monitoring and safeguard. Company or organization: A11yWatch LLC Github: [https://github.com/A11yWatch/a11ywatch](https://github.com/A11yWatch/a11ywatch) Link: [https://www.a11ywatch.com/](https://www.a11ywatch.com) Screenshot: ![Screen Shot 2021-02-27 at 4 50 36 PM](https://user-images.githubusercontent.com/8095978/109401318-f49deb00-791b-11eb-89e6-82bd7e48814b.png)

@samchon thank you for the version tag for the change and work done for this!!

I think it makes sense to remove the CLI usage on this repo and have the CLI handle that. I have a fork here https://github.com/j-mendez/litepa11y/tree/main/lib doing so and its a...

One thing thats interesting about the plugin is that it only works if you launch the browser with puppeteer. It would be nice to have a way to bypass with...

This just hit me in the face in production. For some reason it ignored the alias mappings to a top level folder called `/events`, downgrading to `v1.6.3` fixes the issue.

@jlesage by default request to the firefox instance inside the docker container without a proxy does not work. If you try to curl `http://127.0.0.1:5800/json/version` when starting the instance with `--remote-debugging-port=5800`...