Roman Cheplyaka

Results 36 issues of Roman Cheplyaka

After a recent system update, command-t is no longer usable with neovim; I get the following message: ``` Error detected while processing /home/roman/.local/share/nvim/site/pack/plugins/start/command-t/autoload/commandt.vim: line 230: NameError: uninitialized constant CommandT Error...

It looks like hask always trusts type signatures and doesn't check them. E.g. ``` python from hask import * @sig(H/ "a" >> "b" >> "c") def const1(x, y): return x+1...

bug

It would be nice to be able to build c-d-l with current Cabal HEAD. Right now, even if I pass `--allow-newer`, there's a compile error. On the other hand, if...

When trying to run hdevtools in a cabal sandbox, I get this: ``` cannot satisfy -package-id aeson-0.7.0.6-0eee69c20a6ac37a1ed3f0a5b9fd0229: aeson-0.7.0.6-0eee69c20a6ac37a1ed3f0a5b9fd0229 is unusable due to missing or recursive dependencies: attoparsec-0.11.3.4-f914e42919eac942ba5e6ee1ac04790f hashable-1.2.2.0-0c662c50ab8227a1eba932300663cbb4 scientific-0.3.2.1-c6ed5dbaa429fdd1469cd78 c439876c9...

Hi, Thanks a lot for your work — this looks like a very interesting read. However, I was startled to see the indication of the CC license. IANAL, but to...

On Fedora (35; but I had the same issue back on 33), I get the following error when trying to build inline-r without nix: ``` error: /usr/bin/ld.gold: error: .stack-work/dist/x86_64-linux-tinfo6/Cabal-3.4.1.0/build/Foreign/R_hsc_make.o: requires...

Root-finding functions like `arkRootfind` and `cvRootfind` use floating-point multiplication to check whether a sign change has occurred. This is prone to floating-point underflow (e.g. `(-1e-166) * 1e-166` evaluates to 0)...

enhancement

**Describe the bug** GHC has an option to dump various internal representations to files. However, when invoked through bazel/rules_haskell, these files are missing — not just in the source directory,...

P3
type: documentation
type: bug

### Expected Behavior The first line should be fully visible. ### Actual Behavior The first line extends beyond the top of the screen. ### Steps to Reproduce (including precondition) Launch...

See [this reddit thread](http://www.reddit.com/r/haskell/comments/17idma/how_to_write_unmaintainable_haskell_code/c866olo?context=3). To do this, we need to decide: - what kinds of characters we want to generate, and at which rate - make newtype wrappers for some...