Mark Karpov

Results 42 issues of Mark Karpov

Here is an example: ```haskell -- | Something. data Foo = Foo Int Int -- ^ Foo | Bar Bool Bool -- ^ Bar ``` `-- ^ Bar` get attached...

We have noticed an inadequate behavior with respect to how comment annotations are generated for import sections. Indeed, it's rather counter-intuitive, for example: ```haskell import Foo -- (1) import Bar...

There is a new version of the spec: https://spec.commonmark.org/0.29/

enhancement

The block quote syntax we currently support differs considerably from what is expected from a markdown processor. We thus must adjust the parser to make it work more conventionally.

feature-request

The package would benefit from good visual feedback similar to that used in Evil mode. That is, when we're in “normal” mode let cursor be in form of box (by...

When defining key binding translations with `key-translation-map`, they are currently not respected in `control-mode`. For example, if I have: ``` emacs-lisp (define-key key-translation-map (kbd "C-x ;") (kbd "C-x C-;")) ```...

Now that we use `Text`, it would be nice to have some benchmarks.

enhancement

There seem to be no way to override the default cmake (or ninja) version with a tag, although it looks like that was the original intention behind the bzlmod extension....