Kilian Sprotte

Results 14 issues of Kilian Sprotte

Hi, I have a small change here for ```alchemist-goto-definition-at-point```. If no scope can be found, i.e. if ```(alchemist-scope-expression)``` returns ```""```, the user is prompted in the minibuffer. The rationale for...

I create a new class in pry: ``` class U @@name = 123 end ``` Now, when I cd into an instance of `U` by doing `cd U.new`, I get...

Hi, this is a small change to `counsel-company` that I think is generally useful. In my use case, I am using `counsel-company` as a completion-at-point-function. With my proposed change, I...

Hi, I am experiencing a regression: Starting a tunnel doesn't work for me anymore after I updated. I in the minibuffer I see the message "Tunneling..." and then emacs hangs....

## Expected behavior When I type 'defp' and then type SPC I want to see ``` defp | do end ``` ## Actual behavior When I type 'defp' I immediately...

bug
language:elixir

`t.bee` searches for a tag with substring match. I would need the functionality to search for tags matching exactly `bee`. Is this currently possible? If not what should the syntax...

Type: feature

When I ssh into my Arch Linux box the prompt is shown as ``` ✔ ~ root@localhost #️ {ResetColor} ``` and the color for typing commands is red. Can you...

The file `resources/config.edn` was removed from the git repo (and added to `.gitignore`). That means that on heroku that file does not exist when starting the web server from the...

First of all, thank you for this incredibly useful tool! It’s been a great resource. I noticed a potential issue when searching for SBCL on your site. For instance, searching...

Note: `screamer:*strategy*` is set to its default value of `:gfc` here. The following solution is incorrect: ```lisp SCREAMER-USER> (let ((x (an-integer-abovev 1))) (assert! (funcallv #'evenp x)) (one-value (solution x (static-ordering...