Results 26 issues of Liara

The following test for `NlqTest` does not pass yet: ```scala @Test def xxx(): Unit = { indexData(Artifact(Project("p"), "o", "n", "v1"), "x.scala" → """ class A { def f = 0...

nlq

The following test from `ScalaSourceIndexerTest` reveals the behavior: ``` scala @Test def classOf_ref() = { indexData(Artifact(Project("p"), "o", "n", "v1"), "x.scala" → """ class X { def f = classOf[X] }...

indexer

Empty files are indexed, but they don't have an owner associated with them. The following tests belong to `ModelIndexerTest` but fail right now: ``` @Test def the_owner_of_an_empty_file_in_a_package_is_a_package() = { val...

indexer

Right now I'm not able to retrieve type arguments in the `ClassfileConverter`. Test case: ``` scala @Test def class_with_type_argument() = { convert("X.java" → """ public class X {} """) ===...

indexer

scalac simply treats Java annotations differently than Scala annotations. If we can't extract the information we have to fix it in the compiler, which we don't want to do. Test...

indexer

Right now the layout of how windows can be arranged is hardcoded in CSS, which means that it breaks with deep nesting. I need to find a way to either...

electron-ui

``` [26947:0111/005401:INFO:CONSOLE(62634)] "> received: ClientUpdate(windows=[WindowUpdate(winId=8, bufId=2, nrOfLines=5, dim=(x=0, y=143, w=70, h=26))], mode=Normal, sel=(winId=17, bufId=2, start=(row=3, col=6), end=(row=3, col=6)))", source: http://localhost:9999/ui-fastopt.js (62634) [26947:0111/005401:INFO:CONSOLE(62634)] "TypeError: Cannot read property 'childNodes' of null", source:...

electron-ui

I just send `` and received nothing back. ``` backend [ERROR] [01/01/2016 00:35:25.829] [default-akka.actor.default-dispatcher-3] [ActorSystem(default)] Failed to send response after client request `Control(5,2,)`. backend nvim.UnexpectedResponse: Request can't handle `MsgpackNil`. backend...

nvim

Right now, whenever the document window lost its focus, there is no automatic way to get it back. The Developer Tools correctly gain back their focus, but the document window...

electron-ui

Several resources to consider: This approach is too slow: http://stackoverflow.com/questions/4767848/get-caret-cursor-position-in-contenteditable-area-containing-html-content This library may be helpful but I don't think it is faster: https://github.com/timdown/rangy

electron-ui