Jake

Results 13 comments of Jake

Hi there! I am interested in adding support for Phabricator. I was wondering if the code to add Gitlab support was pushed somewhere, so that I could use it as...

> Some questions you could answer, please: > > 1. Can you run `C h f` "describe function" on "command-execute" and tell me what, if anything, it says has advised...

Some updates after testing: > 1. Run `emacs -Q -l ` and then run `M-x explain-pause mode`. This should work, and rules out native-comp. Then try loading a file or...

Hey sorry for the delay, been pretty busy. I just tested on the latest commit ```319ba9aa1ab2e185a4085dc685007a35213a6e86```. > 1. Load the file > 2. Open messages buffer ahead of time so...

> Thanks for the kind words. I'm glad it's helpful to you. > > Actually, there is no way to do that at the moment. That's an oversight on my...

I am ambivalent to either solution. But of course whichever method is easier to leverage upon the built in org mode functionality should be preferred, to make implementation easier.

Same issue here. Using company-ob-ipython for completion causes massive lag when typing in the org-src-edit. But when using elpy, its in a different session and thus does not recognise completions...

hi @asg0451 , just wanted to share that I started some work to implement inlay hints and I have tested them with gopls. You can try it out at my...

@yyoncho oh are those using the official spec? If so I was not aware.

I see. I took quite abit of inspiration from the lap-javascript implementation for my changes. Let me know how I can help to get inlay hints into LSP mode. One...