- Nov 08, 2023
-
-
Julien (jvoisin) Voisin authored
-
- Sep 08, 2023
-
-
Julien (jvoisin) Voisin authored
-
- Aug 03, 2023
-
-
georg authored
-
- Mar 12, 2023
-
-
Julien (jvoisin) Voisin authored
-
- Oct 09, 2022
-
-
Julien (jvoisin) Voisin authored
-
- May 15, 2022
-
-
Julien (jvoisin) Voisin authored
Thanks to Maxime Morin ( https://www.maijin.fr/ ) for the patch.
-
- Mar 29, 2022
-
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
-
- Mar 28, 2022
-
-
Julien (jvoisin) Voisin authored
-
- Dec 26, 2021
-
-
Julien (jvoisin) Voisin authored
This should fix #162
-
- Dec 19, 2021
-
-
Julien (jvoisin) Voisin authored
-
- Dec 08, 2021
-
-
Denis Carikli authored
While hardcoding the compression to zipfile.ZIP_DEFLATED works for most use cases of mat, being able to produce cleaned up uncompressed zip files is useful for content that cannot be compressed more. In addition it also enables to use mat2 for reproducible builds of Android bootanimation files file that don't support compression. Signed-off-by:
Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-
- Jun 06, 2021
-
-
Julien (jvoisin) Voisin authored
Always a joy to deal with withespaces
-
- May 05, 2021
-
-
Julien (jvoisin) Voisin authored
-
- Apr 24, 2021
-
-
Julien (jvoisin) Voisin authored
This should close #151
-
- Nov 30, 2020
-
-
Julien (jvoisin) Voisin authored
-
- Nov 13, 2020
-
-
Julien (jvoisin) Voisin authored
-
- Nov 06, 2020
-
-
Julien (jvoisin) Voisin authored
-
- Mar 08, 2020
-
-
Julien (jvoisin) Voisin authored
-
- Feb 08, 2020
-
-
Julien (jvoisin) Voisin authored
-
- Feb 05, 2020
-
-
Julien (jvoisin) Voisin authored
-
- Jan 01, 2020
-
-
Julien (jvoisin) Voisin authored
-
- Dec 23, 2019
-
-
Julien (jvoisin) Voisin authored
Some terminals with a small number of column could wrap the cli's output in a way that would make the testsuite fail. This commit break the tests in several smaller one to mitigate this. This issue was originally reported by eleius [here](https://github.com/actionless/pikaur/issues/433), and forwarded as #153.
-
- Dec 16, 2019
-
-
Julien (jvoisin) Voisin authored
-
- Nov 30, 2019
-
-
Julien (jvoisin) Voisin authored
There is a bug in Python3.8 (https://bugs.python.org/issue38688) triggering an infinite recursion when copying a tree in a subfolder of the current one. We're working around it by using a list instead of an iterator, so that Python won't "discover" the target folder as part of the source files. This should fix #130
- Oct 13, 2019
-
-
Julien (jvoisin) Voisin authored
Mat2 (the cli) will now copy the input file permissions to the output file.
-
- Oct 12, 2019
-
-
Julien (jvoisin) Voisin authored
Due to bubblewrap's pickiness, mat2 can now be run without a sandbox, even if bubblewrap is installed.
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
-
- Sep 01, 2019
-
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
-
- Aug 31, 2019
-
-
Julien (jvoisin) Voisin authored
-
- Aug 01, 2019
-
-
Julien (jvoisin) Voisin authored
-
- Jul 22, 2019
-
-
Julien (jvoisin) Voisin authored
-
- Jul 13, 2019
-
-
Julien (jvoisin) Voisin authored
-
- May 13, 2019
-
-
Rework the dependencies definition to include a 'required' flags, which is passed by the check_dependencies helper to the callers, so that they can distinguish between required and optional dependencies. This help in two ways: - The unit test for the dependencies was now failing when an optional one was missing, due to a previous rework. - Mat2's --check-dependencies was referring to "required dependencies" and was misleading for the user as some of them could be optional. Signed-off-by:
Antoine Tenart <antoine.tenart@ack.tf>
-
Remove the try/except logic when calling check_dependencies, as it cannot throw the exception anymore (it's caught already in the function). Signed-off-by:
Antoine Tenart <antoine.tenart@ack.tf>
-
- May 09, 2019
-
-
Julien (jvoisin) Voisin authored
This should ensure that if we decide to implement some threading in the cli, a faulty file won't break everything.
-