Bruno Raoult
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) : 
With default CSS, the rendering of variations is as below :  By changing some default CSS : ``` .pgnvjs .variation, .pgnvjs .variation > .moveNumber, .pgnvjs .variation > move.var {...
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...
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...
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...