Juan Simón
Juan Simón
With `beet convert` it works: ``` $ beet -vv convert salvatore -d /tmp user configuration: /home/simon/.config/beets/config.yaml data directory: /home/simon/.config/beets plugin paths: Sending event: pluginload library database: /home/simon/.beets/musiclibrary.blb library directory: /home/simon/Música...
With `beet import`: ``` user configuration: /home/simon/.config/beets/config.yaml data directory: /home/simon/.config/beets plugin paths: Sending event: pluginload library database: /home/simon/.beets/musiclibrary.blb library directory: /home/simon/Música Sending event: library_opened Sending event: import_begin Sending event: import_task_created...
`Response { type: "basic", url: "http://localhost:32400/", redirected: false, status: 401, ok: false, statusText: "Unauthorized", headers: Headers(9), body: ReadableStream, bodyUsed: false }`
I am trying to create an AUR package for [linux-xanmod](https://aur.archlinux.org/packages/linux-xanmod) compiled with Clang, but `configure` step fails: ``` ./configure CC=clang LD=ld.lld LLVM=1 LLVM_IAS=1 KERNEL_LLVM=1 --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin --libdir=/usr/lib \ --datadir=/usr/share...
Does specifying `KERNEL_LLVM=1` in `configure` step already select _Clang_ as compiler and activate LTO? output of configure: https://gist.github.com/simonbcn/b510ff727d9532e803efdf684a3ae02a
Ok, If I set `KERNEL_LLVM=1` in the `configure` step it does compile, but the ZFS modules are still compiled with gcc and without LTO.
It doesn't work with websites like: https://web.whatsapp.com/ It gives the impression that this project is abandoned. Maybe it's time to migrate somewhere else.
My options: [ContextSearchOptions_2024-06-09_175914.json](https://github.com/user-attachments/files/15753599/ContextSearchOptions_2024-06-09_175914.json)
It works if I type but not if I move the cursor with the arrow keys.
But in case of input fields it does not work like that. In this case the arrow keys move the cursor through the text, not through the menu: [Videocaptura de...