Tobias Svensson
Tobias Svensson
Great idea. Added a `bundle-gemfile` command with 89777e7fa0caed6bd8dc34be0a619418300d7174. Let me know if that doesn't do the trick for some reason.
A similar issue seems to be happening in foot. On my UK keyboard, `Shift-,`, for example, should be `
Actually, nevermind, this appears to be fixed for foot on master now as well with the new effective text fields - just to hold out for a new release and...
I can't see what's failing on the `semaphoreci` CI step. The `appveyor` task is failing on master with the same error. So I assume they're both the same failures that...
Having the same issue copying and pasting from the Brave browser into emacs (using the GTK3 version running under Xwayland).
@tarsius Is there an approach you could suggest so that in the meantime I could implement it myself in my package? I'm happy to temporarily `cl-letf` something myself until there...
@tarsius All good, I will wait for now then. I didn't intend to rush you with this.
@karthink Not quite. What I would like to do is prepare a diff for the file changes and insert that in a `#+begin_src diff` block with a short description that...
@karthink My apologies for being unclear. Let's say I have the following tool schema: ```emacs-lisp (gptel-make-tool :name "edit_file" :description "" :category "filesystem" :confirm nil :args '(( :name "relative_workspace_path" :type "string"...
@karthink The diff will be generated from the file specified in the`relative_workspace_path` parameter - with and without the changes from the `edit_tool` call applied. I believe this would be more...