Aaron Jensen

Results 79 issues of Aaron Jensen

It seems that any time I try to `alchemist-goto-definition-at-point` on an elixir standard library function (I do have `alchemist-goto-elixir-source-dir`) properly set, it takes me to the right file, but it...

Example, have some code in an elixir project like: ``` elixir normalized = 1 ``` type `nor` Observe two completions, including "nor", expect only one. ![](https://screenshots-dx37.s3.amazonaws.com/monosnap/hotel_avail_test.exs_2016-03-14_05-35-52.png) Problematic code: https://github.com/tonini/alchemist.el/blob/master/alchemist-company.el#L113-L115 added...

Kind:Enhancement
Level:Advanced

This commit: https://github.com/tumashu/company-posframe/commit/4e8f2056fa71aa5749341d834226e3ec786cea63 Causes emacs to hide when the quickhelp is shown on macOS. GNU Emacs 27.0.91 (build 2, x86_64-apple-darwin19.4.0, NS appkit-1894.40 Version 10.15.4 (Build 19E287)) of 2020-05-02

There are several oddities when using vertico with embark-export for dired. I don't know if these are embark, vertico, or emacs issues /cc @minad 1. If you quit an export,...

I do not understand what is actually causing the issues, but if `persp-set-frame-buffer-predicate` is set to `restricted-buffer-list`, the resulting predicate is called very often by `persp-mode` when it is doing...

`sp-show--pair-function` can be relatively slow (150ms in some of my files). When using `show-smartparens-mode` this can be stutters in moving around or typing if it kicks in. I've had a...

I'm trying to do this: ``` autocmd BufNewFile,BufRead *_spec.rb compiler rspec | set makeprg=`([\ -e\ .zeus.sock\ ]&&echo\ zeus)\ \\\|\\\|\ ([\ -e\ Gemfile\ ]&&echo\ bundle\ exec)`\ rspec ``` This works fine...

bug

> Describe the issue. Is it a bug or a feature request (new rule, new option, etc.)? A bug > Which rule, if any, is this issue related to? `selector-nested-pattern`...

status: ready to implement
type: new option
good first issue

My webpack dev server gets kicked off by an all-in-one script that launches the entire dev env. I don't want to usurp the output of that script entirely. I'd rather...

Feature Request

Hi, we have a belongs_to on a model that points to a table of 20k items. This makes exadmin pages w/ this filter take a long time to load. Is...