Lucien Cartier-Tilet
Lucien Cartier-Tilet
As I created my account on Fireship.io, I noticed the email I received has no links available in its plaintext version, as you can see in the screenshot below (rendered...
When exploring the C code of pywm, I noticed my text editor would reformat the code to its defaults instead of trying to respect the existing code. A `.clang-format` file...
When working on multiple documents that are not necessarily in the same language, it would be much more comfortable to have the current dictionary held into a buffer-local variable than...
### The issue Alacritty is hard-coded both in the default config and in [`panel_launcher.py`](https://github.com/jbuchermn/newm/blob/master/newm/panel_launcher.py). This may cause issues for people who do not have Alacritty installed. ### Possible solution The...
Je viens de soumettre pour review le PKGBUILD du paquet natif pour GL4Dummies sur le forum d’Arch Linux. Avec un peu de chance, le paquet `gl4dummies-git` sera prochainement disponible dans...
Je suis en train de travailler sur une configuration du système de compilation Meson pour GL4Dummies sur la branche `mesonbuild`. Il y a encore quelques détails à régler, notamment l’installation...
As reported in https://github.com/stumpwm/stumpwm/issues/936, the function `xlib:modifier-mapping` does not list AltGr (code 108) as a modifier when either a French or the default Spanish layout is set. More could be...
I encounter a git error when running `eask install-deps` on https://github.com/rejeep/f.el/tree/feature/eask. # Expected behaviour When executing `eask install-deps`, I expect the output to look like this: Details ``` $ eask...
[GLÀFF](http://redac.univ-tlse2.fr/lexiques/glaff.html) is a project similar to Lexique. The main difference is its size: it contains over 1.4 million entries, ten times larger than Lexique, with very similar information such as...
This commit adds the equivalent of `treemacs-hide-dot-git-directory` for [jujutsu](https://jj-vcs.github.io/jj/) repositories, hiding `.jj` directories by default. It is an equivalent of `treemacs-hide-dot-git-directory` hiding `.git` directories.