-
I use the minibuffer for eldoc, so I've started using flycheck-pos-tip to show the flycheck error at point. However, this popup sometimes hides code that I want to see whilst typing.
How about adding…
-
Short summary of what I want to accomplish:
We are building gRPC services and want to automatically include traceId and spanId in every log entry we emit from the service so we can correlate them. Th…
-
Currently, mark is always active after an expression is evaluated. We should restore the mark to its original state. That is, when `mark-active` is `nil` at the beginning, always restore it back after…
tuhdo updated
7 years ago
-
If you have enabled `flycheck-pos-tip-mode` in multiple buffers, `flycheck-pos-tip-old-display-function` is overwritten.
The first time `flycheck-pos-tip-mode` is called, it sets `flycheck-pos-tip-…
-
If the user can not be seen, it is then possible to display the screen as original again? So can you see that all our users.
![img_20161211_113625](https://cloud.githubusercontent.com/assets/2943825/…
-
Ag has recently updated the default format of the search result output, and groups file lines under a single heading.
This breaks compatibility with Wgrep, so wgrep-ag will need patching.
Added a no…
-
I know you mentioned that you don't think it's ready yet: however, I'd love to see this on MELPA.
-
could you please create a tag to use this package using melpa stable [1].
Thanks
[1] : http://stable.melpa.org/
-
The following code produces a warning with the default lodash configuration:
``` js
function foo(x, y) {
return _.get(x, ['bar', y, 'baz']); // Use a string for paths [lodash/path-style]
}
```
I d…
-
I have `Container not found.` error when using webpack environment with sigma npm package.
This error occurs because `instanceof HTMLElement` evaluates to `false`.
So i had to comment these fragment …
fobdy updated
8 years ago