Nikita Bloshchanevich

Results 32 issues of Nikita Bloshchanevich

`helpful-describe-variable` asserts that `helpful--sym` is non-nil. However, `nil` is also a variable, and `describe-variable` works with it. Drop the `cl-assert` causing the issue. ---- #

`helpful--signature`: unquote \=, as added by `help--quote-signature`. An example where this is needed is `\(setf\ seq-elt\)`, which used to be displayed as `(\=\(setf\=\ seq-elt\=\)` (now `(\(setf\ seq-elt\) ARG0 ARG &rest...

- `helpful--skip-advice` now works for non `:around` advice. This means that the docstring no longer displays any advice. - The `Advice` section no longer just says "This function is advised",...

I often found it useful to view a symbol in the manual, jump to its source etc., but navigating to the corresponding buttons was cumbersome. As such, expose them as...

In my project I require flycheck and make use of one of its types: flycheck-error. It is defined with cl-defstruct. When I specify a type signature making use of it...

- Add an include guard - Remove an include guard - Add #pragma once - Remove #pragma once - Toggle between include guards/#pragma once - All of the above exposed...

- [ ] delete `#pragma once` - [ ] delete include guard - [ ] add include guard - [ ] add `#pragma once` - [ ] toggle pragma once/include...

- org-babel - graphviz-dot-mode -> syntax highlighting - error-checking using flycheck - doom doctor I've used lang/plantuml as a template (cp -r). - [X] I searched the issue tracker and...

is:feature
re:modules

Here is a list of events: https://microsoft.github.io/debug-adapter-protocol/specification#Events. We currently don't handle all of them; they should be added to the `dap--on-event`. The message "No message handler for ..." indicates that...

good first issue
protocol

`esh-help-eldoc-man-minibuffer-string` searches for a "SYNOPSIS" line and then transforms the string following it. This causes an `error` if the command has no synopsis (e.g. `ninja`). Use `-some->>` instead of `->>`,...