tamp icon indicating copy to clipboard operation
tamp copied to clipboard

Tamp is a low-memory, DEFLATE-inspired lossless compression library.

Results 8 tamp issues
Sort by recently updated
recently updated
newest added

Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 2.0.0 to 3.0.0. Changelog Sourced from sphinx-rtd-theme's changelog. 3.0.0 Final version. .. _release-3.0.0rc4: 3.0.0rc4 Fixes Trigger "Read the Docs Search addon" when focusing the "Search docs" input...

dependencies

Bumps [mpremote](https://github.com/micropython/micropython) from 1.24.1 to 1.25.0. Release notes Sourced from mpremote's releases. ROMFS, alif port, RISCV inline assembler, DTLS, mpremote recursive remove After more than three years in development, the...

dependencies
python

Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.12.2 to 4.13.2. Release notes Sourced from typing-extensions's releases. 4.13.2 Fix TypeError when taking the union of typing_extensions.TypeAliasType and a typing.TypeAliasType on Python 3.12 and 3.13. Patch...

dependencies
python

I currently have a ESP project where I write constantly to a file with the following function: ``` C bool startTracking() { file = LittleFS.open("Test.bin", "w"); if (!file) { return...

Bumps [cython](https://github.com/cython/cython) from 3.1.6 to 3.2.1. Release notes Sourced from cython's releases. 3.2.1 No release notes provided. 3.2.0 (2025-11-05) (Complete changelog for the 3.2.0 release, including pre-releases.) Features added Builtin...

dependencies
python

Bumps [belay](https://github.com/BrianPugh/belay) from 0.28.0 to 0.29.0. Release notes Sourced from belay's releases. v0.29.0 Breaking Changes Drop python3.8 support. Features Much improved/more-powerful ProxyObject for #182 by @​BrianPugh in BrianPugh/belay#183 Internal Changes...

dependencies
python

Bumps [black](https://github.com/psf/black) from 25.9.0 to 25.11.0. Release notes Sourced from black's releases. 25.11.0 Highlights Enable base 3.14 support (#4804) Add support for the new Python 3.14 t-string syntax introduced by...

dependencies
python

Open notes about upcoming Tamp v2: 1. Tamp V2 will be able to read Tamp V1 compressed files. 2. Tamp V2 has a bit set in the header that will...