Toots for alan@piaille.fr account

Shared by Alan on 2025-01-23 at 06:44 (original by Cerveaux Non Disponibles)

=> More informations about this toot | View the thread

Shared by Alan on 2025-01-15 at 07:14 (original by jbz)

=> More informations about this toot | View the thread

Written by Alan on 2025-01-15 at 07:12

Ça ne fonctionne pas, mais poursuivons !

Le Monde – Vidéosurveillance algorithmique : le rapport d’évaluation s’interroge sur l’efficacité du dispositif

https://www.lemonde.fr/pixels/article/2025/01/15/videosurveillance-algorithmique-le-rapport-d-evaluation-s-interroge-sur-l-efficacite-du-dispositif_6498666_4408996.html

=> More informations about this toot | View the thread

Written by Alan on 2025-01-09 at 19:28

Day 3. Failed. Article send by a friend.

=> More informations about this toot | View the thread

Written by Alan on 2025-01-08 at 06:28

Day 2. Already failed. Report on the radio.

=> More informations about this toot | View the thread

Written by Alan on 2025-01-07 at 22:00

Day 1, fail. I successfully avoided reddit but saw a newspaper article and a friend started a conversation with him.

=> More informations about this toot | View the thread

Written by Alan on 2025-01-06 at 22:08

Avoid seeing Elon Musk's shit during a single day - Challenge

=> More informations about this toot | View the thread

Shared by Alan on 2025-01-05 at 13:53 (original by Georg Fischer 🇪🇺🇺🇦)

=> More informations about this toot | View the thread

Shared by Alan on 2025-01-05 at 13:52 (original by Natalia)

=> More informations about this toot | View the thread

Shared by Alan on 2025-01-05 at 13:51 (original by Emil Jacobs - Collectifission)

=> More informations about this toot | View the thread

Shared by Alan on 2025-01-01 at 08:34 (original by Michael Veale)

=> More informations about this toot | View the thread

Shared by Alan on 2024-12-31 at 16:29 (original by Lyon À Vélo)

=> More informations about this toot | View the thread

Shared by Alan on 2024-12-31 at 10:17 (original by Pr. Logos :verified:)

=> More informations about this toot | View the thread

Shared by Alan on 2024-12-30 at 18:17 (original by Olivier Bastien)

=> More informations about this toot | View the thread

Shared by Alan on 2024-12-30 at 09:12 (original by Cyrille Largillier)

=> More informations about this toot | View the thread

Shared by Alan on 2024-12-28 at 10:31 (original by AkaSci 🛰️)

=> More informations about this toot | View the thread

Shared by Alan on 2024-12-28 at 10:25 (original by Pr. Logos :verified:)

=> More informations about this toot | View the thread

Written by Alan on 2024-12-24 at 16:48

And the callable function

(defun projectile-find-file-in-linked-projects ()
  "Jump to a file in the current or linked projects."
  (interactive)
  (find-file (projectile-completing-read "Find file in projects: " (projectile-linked-project-files))))

with

((nil . ((projectile-linked-projects . "/absolute/path/to/other/repo/"))))

in the .dir-locals.el

=> More informations about this toot | View the thread

Written by Alan on 2024-12-24 at 16:47

The defvar

(defvar projectile-linked-projects nil
  "List of locations of linked projects.

Should be set in a .dir-locals.el")

The list of files for current and linked projects

(defun projectile-linked-project-files ()
  "Get a list of all files in current and linked projects."
  (cl-mapcan
   (lambda (project)
     (when (file-exists-p project)
       (mapcar (lambda (file)
                 (expand-file-name file project))
               (projectile-project-files project))))
   (list (projectile-project-root) projectile-linked-projects)))

=> More informations about this toot | View the thread

Written by Alan on 2024-12-24 at 16:44

I asked something about the #emacs package #projectile a few weeks ago (here https://github.com/bbatsov/projectile/discussions/1920). As I wrote, I have a project B that depends on a project A. It's a C++ program with all base classes in project A and specialized ones in project A. I was not able to make use project-vc-external-roots-function. I ended up creating a new function almost identical to projectile-find-file-in-all-projects, namely projectile-linked-project-files with a .dir-locals.el variable projectile-linked-projects.

As no one seems to answer to me on Github, anyone knows if it could be a good idea to do a pull request?

=> More informations about this toot | View the thread

=> This profile without reblog | Go to alan@piaille.fr account

Proxy Information
Original URL
gemini://mastogem.picasoft.net/profile/109318872448079905/reblog
Status Code
Success (20)
Meta
text/gemini
Capsule Response Time
712.16885 milliseconds
Gemini-to-HTML Time
2.948879 milliseconds

This content has been proxied by September (3851b).