David Ward
David Ward
- Allow substitution of the `inline` keyword in kdq and klist to support pre-C99 compilers (such as older version of MSVC). - Fix definition of `kdq_*_t` for non-64-bit platforms.
The build scripts which run Docker build containers are able to utilize an existing Bazel cache directory on the host, in order to improve build speeds. However, the volume mount...
The latest release of [Czkawka](https://github.com/qarmin/czkawka#readme) depends on Rust 1.60+, which is only available in Alpine Linux 3.16. (Older releases of Czkawka have been packaged with [jlesage/docker-czkawka](https://github.com/jlesage/docker-czkawka).) Also please note that...
#1003 (with a follow-up fix in #1933) added an `extra_deps` attribute to `container_run_and_extract`: https://github.com/bazelbuild/rules_docker/blob/1bb136eb4661624eb8ac1e607cdf74369987b46d/docker/util/run.bzl#L58-L61 The attribute is needed by `container_run_and_commit` and `container_run_and_commit_layer` for exactly the same reason.
When encountering deadlock issues between PKCS #11 enabled applications, I find it helpful to run [PKCS #11 Spy](https://github.com/OpenSC/OpenSC/wiki/Using-OpenSC#pkcs-11-spy). It would be useful to be able to set `PKCS11SPY` and `PKCS11SPY_OUTPUT`...
Ubuntu 16.04 LTS reached the [end of standard support](https://ubuntu.com/blog/ubuntu-16-04-lts-transitions-to-extended-security-maintenance-esm) in April 2021. Updates are only provided through Extended Security Maintenance (ESM) which must be purchased from Canonical[^1]. The latest publicly-available...
Ubuntu 16.04 LTS reached the [end of standard support](https://ubuntu.com/blog/ubuntu-16-04-lts-transitions-to-extended-security-maintenance-esm) in April 2021. Updates are only provided through Extended Security Maintenance (ESM) which must be purchased from Canonical[^1]. The latest publicly-available...
`p4runtime-shell` does not require exact versions of other Python packages to work. `setup.py` should only contain actual version requirements, which (if any) are likely minimum versions that provide an API...
The [Nominatim Usage Policy](https://operations.osmfoundation.org/policies/nominatim/) requires the application to be identified in HTTP requests. In this context, TkinterMapView is not the application; it is a library. Calling applications need to pass...
TkinterMapView does not depend on CustomTkinter, either to build or install it.