Cyril SIX
Cyril SIX
Hello, Here is my situation: I am fluent in French and English, but I'm not fluent in Russian at all. I have several channels in Discord - some are English...
In the case of a struct passing using `SP_split_args`, this code of `cparser/StructPassing.ml` is actually misleading ```ocaml let classify_param env ty = if is_composite_type env ty then begin match !struct_passing_style...
Hello, For my personal needs I implemented a new feature: `!(EXEC cmd)` to execute a command (with shell) and replace the syntax by its result. This can be useful for...
Hello, I could not run `make test` out of the box on my machine - flake8 complained about a number of things, then I ran into ImportError issues. It turns...
Currently, using multiline strings in InfoString results in the text not being centered, in addition to strings with 3 lines and more being just cut even though there should be...
In the current level: - killall: kill all monsters - openall: open all chests and sarcophagus - breakall: break all barrels - clearall: mix of the three above commands This...
This patch preserves MonsterKillCounts values in MP and when using New Game in SP. It is implemented by adding a "monsterkillcounts" section in the save archive. This patch also changes...
Hello, On version v1.1-80-g1765 Compiling a LaTeX file containing: ``` \usepackage[a4paper]{} ``` Triggers the following error: ``` Traceback (most recent call last): File "/home/csix/.local/bin/rubber", line 11, in sys.exit(script_entry_point()) File "/home/csix/.local/lib/python2.7/site-packages/rubber/cmdline.py",...
Hello, Trying to run flatpak: ``` flatpak run io.github.alainm23.planify ``` Results in : ``` Failed to register: Timeout was reached ``` My desktop is: - OS: ubuntu - Version 22.04.4...