luclaurent

Results 10 issues of luclaurent

I am trying to use the "crop" script on my website for generating thumbnails of panoramic pictures. I observe a very strange result (but maybe normal) when I use "CropEntropy"....

Considering the following file: ``` \documentclass{article} % \usepackage[combine]{ucs} \usepackage[utf8x]{inputenc} \usepackage[T1]{fontenc} \usepackage{amsmath} \usepackage{array} \usepackage[francais,bloc,correc]{automultiplechoice} \usepackage{multicol} \usepackage{subfig} \usepackage{graphics} \newcommand{\vect}[1]{\overrightarrow{#1}} \graphicspath{{figures/}} \begin{document} \element{dynaS3}{ \begin{question}{accS3S0tttt}%\bareme{\barQmult} \`A partir des résultats précédents, donner l'expression dans la...

bug
enhancement
amc2moodle

Considering the following HTML code: ``` aa bb 21.1.16 21.1.05 34.234 rr var tf1 = setFilterGrid("table1");; ``` I observe a very strange result when I type for example 05 in...

Dear Maël, Thank you for your amazing work. I try to install `amc` on MacOS Sonoma via Homebrew. After installing libraries and dependencies (everything seems to work fine), I ran...

Consider adding test coverage score on README.md using badge. See [`genbadge`](https://smarie.github.io/python-genbadge/), Github Actions ([1](https://github.com/marketplace/actions/coverage-badge), [2](https://github.com/tj-actions/coverage-badge-py))

enhancement
ci

The idea will be to rebuild the Package setup process using 1. More recent modern Python Syntax based on [PEP621](https://peps.python.org/pep-0621/) 2. The use of a Python [package management system](https://packaging.python.org/en/latest/key_projects/) to...

enhancement
ci

Many artifacts have been produced during the runs of amc2moodle or moodle2amc. A better management of this files (log, xml's cleaning, _magic.tex) and log files must be considered to avoid...

enhancement

`distutils` is now unecessary to run the code (`shutil` has been used in place of `distutils`) A few changes has been done * Python 3.7 is now not compatible with...

The process adds coverage badge on root README.md. The coverage is ran and the badge is generated in `ci-ubuntu.yml` (only with Python 3.13). The badge is stored and pushed on...

Imrpove testing scenarios following next propositions. * * Concerning the path where tests are running I suggest to add in the CI a true install from the build wheel +...

enhancement
ci