Roman Rudakov

Results 11 issues of Roman Rudakov

Hello! Is there a way to disable margins (set them to 0)? I have `(customize-set-variable 'company-tooltip-margin 0)` and it works for vanilla company-mode, but company-posframe still draws margins. Thank you!...

I use next company settings to trigger popup with candidates even if there is only one candidate: ```emacs-lisp (setq company-frontends '(company-pseudo-tooltip-frontend company-echo-metadata-frontend)) ``` ![2020-06-13_10-40](https://user-images.githubusercontent.com/6093590/84564603-2e659c00-ad63-11ea-8ac9-8264c38f8a18.png) ![output-2020-06-13-10:45:11](https://user-images.githubusercontent.com/6093590/84564607-39b8c780-ad63-11ea-9639-e033f2595442.gif)

## Expected behavior After updating compliment to the version 0.3.13 I would expect completion candidates for desctucture namespaced keywords in maps. Related PR: https://github.com/alexander-yakushev/compliment/pull/83 ## Actual behavior No candidates provided...

Hello. After recent updates I've started facing the following issue: Sometimes when completion candidates popup is visible and I already selected some item it just disappears (like if I press...

third party issue

This template is for **user support**. If you are reporting an actual Flycheck bug, please use the relevant issue template instead. ## Checklist - [x] I have searched existing issues...

kind: user support

### Steps to reproduce Assume the following code: ```clojure (let [exclude-values ["one" "two"] my-var (into [] (remove #(some #{(:value %)} exclude-values)) [{:value "one"} {:value "two"} {:value "three"}])] my-va__point__) ``` I...

bug

## Steps to reproduce the problem 1. Create a minimal `deps.edn` project: ```clojure {:paths ["src"] :deps {} :aliases {:socket-nrepl {:extra-deps {com.kohlschutter.junixsocket/junixsocket-common {:mvn/version "2.7.0"} com.kohlschutter.junixsocket/junixsocket-native-common {:mvn/version "2.7.0"} nrepl/nrepl {:mvn/version "1.0.0"} cider/cider-nrepl...

Bug

For treesitter major modes, `show-paren-data-function` is set to `treesit-show-paren-data` by default. This function highlights the first and the last children of a `list` "thing", which is not always matching pairs....

bug

## Expected behavior When I eval a ClojureScript expression that causes an exception, `*cider-error*` buffer is displayed with the exception data. ## Actual behavior The `*cider-error*` buffer contains only the...

bug