rapido

Results 5 issues of rapido

### The issue It appears that the TESTAR Webdriver doesn't ignore interactive elements when they are clobbered by other divs with higher z-index. The HTML section below shows the issue....

type: technical feature request
priority: medium
status: not started

I hit on an issue while implementing a taint tracking use case. So I've prepared a minimal example that showcases the issue: Here is the java code: ```java import java.util.Optional;...

question
Java

This is another issue we encountered when analysing databases created with `build-mode=none`. It appears that dataflow graphs are broken when static fields are accessed on unknown classes. Please take a...

question

The introduction of `build-mode=none` has been very helpful for us. This allows us to create (partial) CodeQL databases, without being forced to fully resolve (maven) dependencies. Sometimes this is convenient...

question

The following code doesn't compile and cause 'illegal cyclic reference' compile error ```scala object IllegalCyclicReference { trait Problem { def x: X // If we uncomment below , we get...

typer
fixed in Scala 3