rapido
rapido
I think checking whether an element is blocked/clobbered by an overlay is a dynamic property of (relative)size and width. The current commit does not take that into account. See the...
I believe select elements are **not** actionable by just using mouse movement/clicks! I've tried to script the selenium chrome driver to click on one of the options (even using the...
All major scala compiler (2.10, 2.11, 2.12) versions cause the error except Dotty.
I see the label 'fixed in Dotty' but is it really 'fixed'? It could well be that my construction is invalid and the none-Dotty compilers are correct...
non-Dotty == scala 2.x.y
Thank you for your elaborate reply. I learned a lot from your answer and understand the challenges wrt virtual dispatch. That said, I'm a bit worried about false negatives related...
Thank you for the follow up. My worry though is that broken dataflow probably also breaks taint analysis, missing potentially true positives related to SQL injection, etc when using `build-mode=none`.
hi @jketema, Thanks for the follow up, much appreciated.