Yuriy Pitomets
Yuriy Pitomets
Suppose I have such nice code snippet: ```hs nnn :: Natural -> Natural; nnn = undefined; iiiiiiiiiiiiii :: Integer -> Integer-> Integer -> Integer -> Integer -> Integer -> Integer...
Hi there! :) I got some errors on fresh re-install **antigen-hs** ``` Didn't find file /home/netsu/.antigen-hs/antigen-hs.zsh Try to setup? [Y/n] Yes Use sandbox for haskell dependencies? [Y/n] Yes Stack executable...
`test_sub1` would build as part of released package, isn't it? So release package will require `alcotest` which is not what expected, I guess.
There already exist backends for swift auto-completion on Linux, such as: https://github.com/oblitum/swift-ycm-core And sourceKitten have Linux support already: https://github.com/jpsim/SourceKitten/issues/179 Is it possible to use it (sourceKitten directly or any small...
When ```elisp '(request-backend (quote url-retrieve)) ``` it not work with `localhost`, but work with `0.0.0.0`. https://github.com/tkf/emacs-request/issues/76
I have ```elisp (setq company-backends '(company-files company-keywords company-capf company-yasnippet company-abbrev company-dabbrev company-dabbrev-code)) ``` and ```elisp (defun company-sourcekit-init () "Enable sourcekit backend for company." (eval-after-load 'company '(add-to-list (make-local-variable 'company-backends) 'company-sourcekit))) (add-hook...
Feature request --- To solve [this question](http://emacs.stackexchange.com/questions/20702/add-spaces-between-braces-and-content) in right way, it should be implemented as part of `smartparens` (most adequate parentheses-drive mode). Propose next behaviour: ##### when smartparens-space-in-parens | action...
to let hide only part of extension view.
Can I implement shy table view with two headers, first shy (able to hide on scroll) and second static (on top of screen, and visible all the time)? Almost suitable...
- Add **`defcustom`** `flycheck-automatically-display-error-at-point` - Add **`defun`** `flycheck-automatically-display-error-at-point`. # Thank you for `flycheck`! According to https://github.com/flycheck/flycheck/issues/1332#issuecomment-332380258 @fmdkdd, please review. It works for me, but not sure, is I miss something...