Matt McCormick

Results 1097 comments of Matt McCormick

xref: https://github.com/InsightSoftwareConsortium/itk-napari-conversion/pull/13#discussion_r2441003941

Per discussion in https://github.com/bytecodealliance/wasmtime/pull/10030 , the implementation for this use case is likely not `wasi-threads`. But, the test here is relevant to real-world use and adoption of wasm/wasi/wasmtime, so I...

We do use C++11 threads by default in `master`.

The implementations are not the default, but they are around for backwards compatibility and testing. Yes, we should purge them, but that should occur in ITK 6. C++11 threads are...

Yes, the package repository/repositories themselves could use git submodules or git subtrees. And every tool maintainer could use git submodules or git subtrees, but this duplicates effort across more software...

The idea is to ship them in a stable, documented location inside the package, and also expose them through a canonical programmatic API. This is (AI-generated): ## Python - **Packaging...

The objective of this issue is to support deduplication of effort to provide offline access to the JSON schemas that provide standardization, even if it is limited, in a simple,...