Filip Krikava

Results 22 issues of Filip Krikava

In the open / save dialogs, it the left panel with shortcuts, the mounts are much taller than the rest which give somewhat unbalanced view. Please see the screenshot: ![2021-09-07_14-08](https://user-images.githubusercontent.com/374674/132342250-f433c0f9-6786-45b5-be2c-2b567e9b72dd.png)...

I'm rather new to Haskell. I tried to setup my environment on OSX 10.9. I installed ghc (7.8.3) and cabal (1.20.0.3) using homebrew. I then grabbed the requirements using the...

I'm using the [Lamy pen](https://www.lamy.com/en/emr/) with my rM1 and it works great. It has an extra button that is mapped to eraser tool in rM. I was wondering if it...

With scalameta 4.1.4, the semanticdb for the following code is missing reference to the` p/c1.n.B#``().` constructor call: ```scala 0: package p 1: object c1 { 2: class A 3: implicit...

Semantic

Generated semanticdb with scalameta 4.1.1 for the following code: ```scala object noparens { class C val c = new C } ``` correctly contains the following occurrences: ``` Occurrences: [0:7..0:15)

Semantic

Given this input: ```scala class F { new F } ``` The metac/metap result in: ``` Summary: Schema => SemanticDB v4 Uri => test.scala Text => empty Language => Scala...

Scalac

I'm experiencing a problem while editing R package in neovim using the builtin LSP support. It might be that it is not languageserver problem, but here is what led me...