• Joined on 2020-03-02
guru pushed to main at guru/dsk 2023-10-22 14:08:57 +00:00
3f0d5fe2f3 Use smaller buffers on 16bit targets
guru pushed to main at guru/dsk 2023-10-22 13:13:06 +00:00
e82d12036e Use smaller buffers on 16bit targets
guru pushed to main at guru/dsk 2023-10-21 22:01:50 +00:00
c183681289 Change lzw_decompress() signature
guru pushed to main at guru/dsk 2023-10-21 21:27:42 +00:00
0a6210c9f7 Change lzw_decompress() signature
guru pushed to main at guru/dsk 2023-10-21 21:26:21 +00:00
5887dae804 Change lzw_decompress() signature
guru pushed to main at guru/dsk 2023-10-20 08:23:29 +00:00
f39d8599a4 Improve variable naming in lzw_decompress()
guru pushed to main at guru/dsk 2023-10-20 08:19:23 +00:00
a206876813 Enable profiling
guru pushed to main at guru/dsk 2023-10-20 07:39:11 +00:00
e970d0a0fe Improve variable naming
guru pushed to main at guru/dsk 2023-10-19 22:45:50 +00:00
adf779af8f Rework LZW code to work on memory rather than files
guru pushed to dev at guru/operator-repo 2023-08-21 08:37:43 +00:00
6ff3e16279 add autoflake, isort and black checks to tox
db415d8f91 add autoflake to remove unused imports
Compare 2 commits »
guru pushed to main at guru/operator-repo 2023-08-20 07:03:48 +00:00
1d898cec0d split github actions in two jobs
3865d38ca1 add bandit check; refactor tox config
0c02a5652f Rename core module
9b6256a73c README.md: fix code blocks
6dccb77510 ci: upgrade setup-pdm to v3
Compare 6 commits »
guru pushed to dev at guru/operator-repo 2023-08-20 07:03:37 +00:00
96eba138d2 ci: split linting steps
1d898cec0d split github actions in two jobs
3865d38ca1 add bandit check; refactor tox config
0c02a5652f Rename core module
9b6256a73c README.md: fix code blocks
Compare 7 commits »
guru created branch dev in guru/operator-repo 2023-08-20 07:03:37 +00:00
guru pushed to main at guru/operator-repo 2023-08-18 18:02:18 +00:00
ece96352e8 README.md: Update install command
2e451eff3f Add tox-gh-actions
f0c9dde159 Add github workflow
Compare 3 commits »
guru pushed to main at guru/operator-repo 2023-08-18 17:44:21 +00:00
b3925e3faa Add github workflow
guru pushed to main at guru/operator-repo 2023-08-18 16:48:46 +00:00
e232be258f tox: stricter pylint
guru renamed repository from operator_repo to guru/operator-repo 2023-08-18 16:38:32 +00:00
guru pushed to main at guru/operator-repo 2023-08-18 16:33:14 +00:00
42843b4885 tox: enfore 100% coverage and add pylint