Théo Tyburn

Results 19 issues of Théo Tyburn

Hi! Same problem as stated [here.](https://blender.stackexchange.com/questions/169561/pip-install-bpy-not-working-lookuperror-unknown-encoding-future-fstrings) During installation future-fstring was missing and produced an error `pip install bpy && bpy_post_install` ``` Collecting bpy Using cached https://files.pythonhosted.org/packages/4b/ed/ba6092b691acc5b157891421d9fde4a9dd5dcc8a8b93a4e8119fec261391/bpy-2.82.1.tar.gz Complete output from command...

Would it be possible to restrict the headlines in the brain not only by tag but also by properties ? I see that in https://github.com/Kungsgeten/org-brain/blob/8cb2efc86026f0dcd19a63aef97044131682eba5/org-brain.el#L557-L561 that the variable org-brain--ql-query is...

Hello ! I read that it is pretty simple to add hints with html. https://chrisk91.me/2018/04/28/Adding-Hint-fields-in-Anki.html So I achieved this by using EXPORT html in the Front section : ``` #+BEGIN_EXPORT...

Hi, whenever I try to kill a `vterm` buffer using `C-d` or `kill-this-buffer` I get the error: > Attempt to delete minibuffer or sole ordinary window The variable `vterm-kill-buffer-on-exit` is...

Hello there, This tool is real great! Thank you for maintaining it further. I actually came here because I wanted a tool to store part of a pdfs as images...

## Telega Setup *OS*: Guix System *Emacs*: GNU Emacs 28.1.91 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.30, cairo version 1.16.0) *Telega*: telega v0.8.31 (TDLib v1.8.3) (telega-server v0.8.0) *MELPA*: 0.8.31 ## Current...

Hi nice tool you made:) I'm trying to use it and eventually package it for guix. I'm trying to get the list of dependencies right. I get an error that...

I am looking for `M-w` and `C-w` to work directly in the prompt (ouside of `copy-mode`), similar to how `C-k` can kill the line using the workaround here : https://github.com/akermu/emacs-libvterm/issues/304#issue-605130255...

Here are my 2 cents. Just wrote it and tested it briefly but it seems to work. Hiding of unread messages just works.

Hi, I'm trying to bind zoom in and out to C-[mousewheel-up/down] here is what I tried so far ```elisp (define-key pdf-view-mode-map (kbd "C-") #'pdf-view-enlarge) (define-key pdf-view-mode-map (kbd "C-") #'pdf-view-shrink) ```...