Robert Fletcher

Results 145 comments of Robert Fletcher

For what it's worth, we needed to set `export_concurrent = false` in a block: ```rb Rails.application.config.assets.configure do |env| env.export_concurrent = false end ``` I'm not sure what the difference is,...

Okay, I was trying to figure out where that "1000 ms" was coming from, and realized you [set it inside your code](https://github.com/dequelabs/axe-core-gems/blob/a02013a6bdbd78db7d1cd351ed66585072515f6c/packages/axe-core-api/lib/axe/api/run.rb#L36). So I can't really control that. Not sure...

Welp, that didn't work either. It looks like the timeout was added in #315, but it's not clear to me why it was needed.

Hmm, it's been a while since I looked into this, and I don't remember the exact situation when it was happening. I think it might have been when running the...

This doesn't appear to be documented, so I'm not sure if it's intended behavior or just incidental, but you can also pass the file itself as an argument to `add`:...