Mathieu Marques

Results 28 issues of Mathieu Marques

After I empty the queue by clicking "Remove" on the last remaining item, the YouTube's default next video should show up again.

With the following HTML: ```html ``` Calling `origami-close-node` will result in: ```html ... ``` If I decrease indent while marking these 2 lines with the following: ```elisp (defun me/indent-rigidly-left-and-keep-mark (beg...

## Expected behavior Use `mode-line-format-right-align` (Emacs 30.0.50) in my mode-line and have the right segments aligned to the appropriate offset, depending on `mode-line-right-align-edge` value. ## Actual behavior The right segments...

In order to enforce specific type usage for my React components I'd like to output unique typings with the library. For context, I use `typed-scss-modules` to output types for some...

So I realize it might not necessarily be `popper`'s responsibility to handle the _dedicated_ behavior but I was wondering how I could cobble that together as a proof of concept...

There's value in sorting uppercase first: constants, constructors and functions become sorted in that order. Support for case sensitive sorting was dropped here #63

enhancement

As per title, are there plans to support GitLab's CODEOWNERS file? Currently, the `codeowner` reporter doesn't make it very clear at first glance that it uses the hardcoded `.github/` path...

feature request

The inserted button sometimes breaks the layout (keep.google.com for instance). I see 2 options: - With https://github.com/stsquad/emacs_chrome/issues/120: by altering ourselves the styling to comply with the visited websites - By...

The inlay overlays are masking the background from `hl-line`: Here is the minimal configuration I can reproduce with: ```elisp (use-package eglot :config (setq-default eglot-server-programs (cl-substitute-if (cons '(js-base-mode typescript-ts-base-mode) '("typescript-language-server" "--stdio"...

`emacs --version` > GNU Emacs 25.3.1 > Copyright (C) 2017 Free Software Foundation, Inc. > GNU Emacs comes with ABSOLUTELY NO WARRANTY. > You may redistribute copies of GNU Emacs...