PyWebAuthn is a Python module which can be used to handle WebAuthn registration
and assertion. Currently, WebAuthn is supported in Firefox, Chrome, and Edge.
WWW: https://github.com/duo-labs/py_webauthn
Open source implementation of High-throughput JPEG2000 (HTJ2K), also known as
JPH, JPEG2000 Part 15, ISO/IEC 15444-15, and ITU-T T.814. Here, we are
interested in implementing the HTJ2K only, supporting features that are defined
in JPEG2000 Part 1 (for example, for wavelet transform, only reversible 5/3 and
irreversible 9/7 are supported).
WWW: https://github.com/aous72/OpenJPH
virtualenv is a tool to create isolated Python environments. Unfortunately, it
does not expose a native Python API. This package aims to provide an API in the
form of a wrapper around virtualenv.
It can be used to create and delete environments and perform package management
inside the environment.
WWW: https://github.com/sjkingo/virtualenv-api
pytest-mypy provides mypy static type checker plugin for pytest.
Features:
- Runs the mypy static type checker on your source files as part of your pytest
test runs.
- Does for mypy what the pytest-flake8 plugin does for flake8.
WWW: https://github.com/dbader/pytest-mypy
GraphViz2::Parse::ISA takes a class name and converts its class hierarchy into a
graph. This can be done for N different classes before the graph is generated.
WWW: https://metacpan.org/release/GraphViz2-Parse-ISA
Test::Snapshot implements a function to automate the storing and updating of
expected test outputs. This is based on the idea known in frontend development
circles as "snapshot testing", hence the module name.
WWW: https://metacpan.org/release/Test-Snapshot
QPACK is the compression mechanism used by HTTP/3 to compress HTTP headers. It
is in the process of being standardazed by the QUIC Working Group. The QPACK
Internet-Draft is has been stable for some time and we don't expect functional
changes to it before the final RFC is released.
ls-qpack is a full-featured, tested, and fast QPACK library. The QPACK encoder
produces excellent compression results based on an innovative mnemonic technique
(to be described in a future article). It boasts the fastest Huffman encoder and
decoder.
The library is production quality. It is used in OpenLiteSpeed, LiteSpeed Web
Server, and LiteSpeed Web ADC.
WWW: https://github.com/litespeedtech/ls-qpack
Bash and Zsh completion support for Gradle.
This provides fast tab completion for:
- Gradle tasks for the current project and sub-projects
- Gradle CLI switches (e.g. --parallel)
- Common Gradle properties (e.g. -Dorg.gradle.debug)
It also handles custom default build files, so rootProject.buildFileName =
'build.gradle.kts' is supported.
WWW: https://github.com/gradle/gradle-completion
Changes since 8.2.34:
-- Noteworthy changes in version 8.2.35 (2020-11-14)
* Fixed issue where servers could propagate truncated ban masks during net-join
For some reason SSE support is misdetected on by clang:
-- Probing for compiler -msse support -- OK
-- Probing for compiler -msse2 support -- OK
-- Probing for compiler -msse3 support -- OK
-- Probing for compiler -mavx2 support -- OK
Later:
In file included from /wrkdirs/usr/ports/astro/opencpn/work/OpenCPN-5.2.0/libs/texcmp/squish/clusterfit.cpp:27:
In file included from /wrkdirs/usr/ports/astro/opencpn/work/OpenCPN-5.2.0/libs/texcmp/squish/clusterfit.h:32:
In file included from /wrkdirs/usr/ports/astro/opencpn/work/OpenCPN-5.2.0/libs/texcmp/squish/simd.h:34:
In file included from /wrkdirs/usr/ports/astro/opencpn/work/OpenCPN-5.2.0/libs/texcmp/squish/simd_sse.h:29:
In file included from /usr/lib/clang/11.0.0/include/xmmintrin.h:13:
/usr/lib/clang/11.0.0/include/mmintrin.h:33:5: error: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'?
__builtin_ia32_emms();
^