Daniel Trstenjak

Results 7 issues of Daniel Trstenjak

Hi Bit, I've added the command 'findsymbol', to be able find the modules where a given symbol is defined. Greetings, Daniel

``` python def foo(x): if x: y = 1 print(f"y={y}") foo(x=True) y=1 foo(x=False) Traceback (most recent call last): File "", line 1, in File "", line 4, in foo UnboundLocalError:...

Hi, first of all `rtv` is awesome! I somehow liked the old reddit web design, but the new just doesn't work for me and looking for a terminal alternative I...

new feature

Hi lyuts, thanks for the nice vim plugin! The emacs plugin for rtags supports flycheck, which seems to be running `rc --diagnostics`, so can there be something similar on the...

When I'm pressing TAB in the popup completion menu, then the next entry is chosen and displayed at the cursor, but the highlighting in the popup menu isn't updated and...

Hi, the lower bound constraint on `process` seems to be introduced because of the usage of the new function `readCreateProcess`, but `ghc 7.8.3` is released with `process-1.2.0.0`. Greetings, Daniel

Hi Bit, the hsimport command and the Vim plugin vim-hsimport are now using the 'findsymbol' command. https://github.com/dan-t/hsimport https://github.com/dan-t/vim-hsimport Is there any chance to get my additions of hdevtools and vim-hdevtools...