Bruno Raoult

Results 24 issues of Bruno Raoult

Playground (https://swapoff.org/chroma/playground/) looks broken. It was OK yesterday. Environment: Firefox 96.0 on Xubuntu 21.10. Current output (I tried different languages) : ![Screenshot_2022-02-22_14-23-48](https://user-images.githubusercontent.com/8958429/155141111-8aff0966-aab6-424c-b070-86d691dba13f.png)

With default CSS, the rendering of variations is as below : ![image](https://user-images.githubusercontent.com/8958429/121807504-b91df700-cc54-11eb-9200-60129f02dd20.png) By changing some default CSS : ``` .pgnvjs .variation, .pgnvjs .variation > .moveNumber, .pgnvjs .variation > move.var {...

enhancement

The following are not handled: `get /clans/{clanTag}/warlog` : Clan war log `get /clans/{clanTag}/currentwar` : Information about clan's current clan war `get /clans/{clanTag}/currentwar/leaguegroup` : Information about clan's current clan war league...

Maybe my php-mode setup is incorrect, but I have an indentation issue after a try/catch, if there is no semicolon after the catch(){}; Example: ``` try { a(); } catch...

Question

Emacs `conf-mode` is used for files like `Windows INI`, `gitconfig`, etc... the block type looks like "conf", such as : ``` #+BEGIN_SRC conf [libdefaults] default_realm = LAN [realms] LAN =...

It may be difficult to read char count when it is in the hundred of thousands. Would it be possible to have an option for a thousands separator ?

When sending a bash file to dpaste.org, bash scripts are seen as "python". ``` #!/bin/bash shopt -s extglob case $1 in [a-z]) echo indent OK. Case '[a-z]' ;; +([1-9])) echo...

Hi, I want to use G5 a an "Hyper" Key, and all other keys G-keys defined as F-key (F13...F21). My main point is that I prefer to manage G-keys at...

enhancement
help wanted

I think a Makefile would we useful, easy to read, instead of having different python scripts to write in different places on file system(s). - We could have in a...

I wonder what is "keyboard_mapping" used for. I tried with "si" on my qwerty/us keyboard, and everything is working fine. Is this setting really necessary ? If not, it would...