Xavier Olive

Results 56 comments of Xavier Olive

Thank you for your update. My recipe is [here](https://github.com/xoolive/facile/blob/pr-windows/.github/workflows/run-tests.yml) and I debug as I with a tmate shell. My `setup-ocaml` specification is here: ``` - name: Use OCaml for Windows...

Found this: https://github.com/ilammy/msvc-dev-cmd (but compilation fails, will try further later...)

I am thinking of something along the following interface on `FlightIterator`: ```python .label(holding=True) .label(index="{i}") # will apply a format with index=i, f=self .label(start="start", altitude_max="{f.altitude_max}") # string will call for attribute...

After a closer look, it has to work only on `Flight` because we lose reference to the original flight when in `FlightIterator`

Merci! Je mets quelques commentaires (résumé du ligne à ligne au dessus) pour ne pas oublier ici : - est-ce que tu pourrais lancer `poetry run ruff format src` avant...

J'ai aussi corrigé le test qui marchait plus sur le repo d'origine; tu devrais faire un rebase.

autre bibliothèque à tester aussi: https://www.rustworkx.org/apiref/rustworkx.dag_longest_path.html

Could you upgrade your pip version and retry? If it still doesn't work, please copy paste your pip version here.

Hi @aliaksei135 thank you for offering yes, pull requests are welcome!