Vincent Magnin

Results 26 issues of Vincent Magnin

This thread tracks the translation of the documentation to French. Feel free to post either in French or English in this threads, whatever seems most appropriate.

i18n
i18n: French

Certains emails ne contiennent pas de champ du type List-Unsuscribe. Un lien de désabonnement est présent dans le message mais en général dans une partie MIME codée en base64. La...

Certaines pages web de désinscription demandent à l'utilisateur de confirmer en cliquant sur un bouton. Y aurait-il un moyen pas trop compliqué de traiter ce cas dans le script shell...

enhancement

Ìn MSYS2/Windows 10, CMake 3.28.3 has problems with ForImage: ```bash $ cmake -G "MSYS Makefiles" -D BUILD_SHARED_LIBS=true .. -- The Fortran compiler identification is GNU 13.2.0 -- Detecting Fortran compiler...

bug
Windows
CMake

- [ ] Now that the project have a GitHub CI workflow, we should add more tests in: https://github.com/vmagnin/forcolormap/blob/main/test/check.f90

enhancement

Some procedures in Forsynth use the parameter SEMITONE defined by: ```fortran real(dp), parameter :: SEMITONE = 2.0_dp**(1.0_dp/12.0_dp) ``` It mean it implicitly uses the equal temperament: https://en.wikipedia.org/wiki/Equal_temperament But we could...

idea