Emmanuel Leblond
Emmanuel Leblond
> Instead of coping some files in `build/` to `dist/`, you could have listed them directly here > source [Upload using multiple paths](https://github.com/actions/upload-artifact#upload-using-multiple-paths-and-exclusions) cf. https://github.com/Scille/parsec-cloud/pull/2753#discussion_r934558568
Improve freeze_program.py/make_installer.py and NSIS scripts now that the output of freeze_program is generated on the CI, then fetched on a local machine to run make_installer.py On top of that, wheel_it.py...
Currently only the Windows installer is signed, it would be good to also sign the main parsec.exe binary (most notably it might help with anti-virus ¯\_(ツ)_/¯)
requires https://github.com/pgjones/quart-trio/issues/3 to be fixed
Readthedocs generate invalid github url when building against annotated tags
# Parsec Web With the Rust rewrite of core and the new shinny VueJS GUI, Parsec will soon be able to run on the web \o/ Here we will have...
## What is the API ? The API refers to everything exchanged between Parsec clients or between Parsec client and Parsec server. The different layers are: - Protocol API: Contains...
Depends on #2489 ## Overview We want to be able to have feature flag to choose to only use a subset of the Rust extension. This is required because we...
see #2492