Alessandro Piras
Alessandro Piras
I still have the issue with `company-box-icons-alist` set to `all-the-icons`. Switching to `image` solves the issue for me. It might be some issue with my fonts, or anyway, non-constant font...
@fourier Thanks, I'm using dyalog-mode already, but couldn't get it to connect the dyalog session. This is probably not compatible with the unix version of Dyalog - it's using ⎕WC,...
commenting out some lines in `fsharp-compute-indentation` seems to solve this issue: At line 505: ```elisp (goto-char open-bracket-pos) ;; (setq placeholder (point)) ;; (fsharp-goto-initial-line) ;; (fsharp-goto-beginning-of-tqs ;; (save-excursion (nth 3 (parse-partial-sexp...
No errors, just null responses. The question is one (releated to the `@include` directive) - I was just pointing out that silently returning `null` also happens in other cases where...
@ardera You're right it doesn't solve the issue, we can ditch this PR. It seems the issue only appears when I exit the app with dart's `exit` function. `Ctrl+C` seems...
> or we only grab them in release mode by default (since you're probably not doing Ctrl+C then) (and also add a --nograb and --grab argument) I like this, it...
I have this 2 functions in my init files: ``` (defun add-my-include-directories () (interactive) (setq c-eldoc-includes (concat c-eldoc-includes " " (mapconcat '(lambda (dir) (concat "-I" dir)) my-include-directories " ")) ac-clang-flags...
I have this in my initialization files: ``` (setq ac-source-clang (append '((document . nil)) ac-source-clang)) (defadvice ac-clang-candidate (after ac-clang-candidate-show-signature-in-summary activate) (setq ad-return-value (mapcar (lambda (item) (propertize item 'summary (ac-clang-document item)))...
Right now I'm using this hack to make the situation more bearable: ```el (defun lsp-ui-doc--mv-at-point (width height start-x start-y) "Return position of FRAME to be where the point is. WIDTH...
For me, removing the `XDG_SESSION` related variables, `DISPLAY` and `xauthority` from the `.spacemacs.env` fixed the issue.