T. Miller
T. Miller
I don't see anything in the docs, but I could be missing something.
When a pyenv virtualenv is created with system-site-packages enabled, console scripts installed in the parent pyenv version are invoked using the parent's environment, not the current virtual environment, and cannot...
### Description Lima allows certificate trust to be provisioned through the caCerts key, but this gets deleted from colima's template when added. caCert in Lima overrride.yaml doesn't get merged into...
I have `signature` set in `denote-prompts`, and it works correctly in `denote-open-or-create`. With `denote-org-capture`, signature is not prompted. In fact, `denote-org-capture` only prompts for title and keywords: https://github.com/protesilaos/denote/blob/90ff0dec954f12160f20ed9b5c015e2582fc2438/denote.el#L3825-L3826
### SUMMARY Adds a label to init-db job to disable istio sidecar injection. ### TESTING INSTRUCTIONS 1. Deploy Kubernetes 2. Deploy Istio 3. Create superset namespace 4. [Enable automatic sidecar...
This is an initial implementation, but wanted to expose it here for comment and expansion. The need I had was to dynamically visualize the meshnet topology, and since I already...
The init-db job never reaches Completed when Istio automatic sidecar injection is enabled on the superset namespace. #### How to reproduce the bug 1. Deploy kubernetes 2. Enable istio injection...
**What happened**: ``` > grype -o cyclonedx-json python:3.12.2-slim > test-grype.json > check-jsonschema --schemafile ./schema/bom-1.5.schema.json test-grype.json Schema validation errors were encountered. test-grype.json::$.metadata.properties: None is not of type 'array' ``` **What you...
E.g., ``` front text---(+term)--followed by text ``` Renders out as: ``` front \gls{term} by text ``` It's not at all clear what's going on here. It works when `(+term)` is...
IAM entities can be referred to via IAM UniqueIDs to prevent name reuse collisions for critical policy objects. Policy assumes all Principals are ARNs--most processing loops over the `principals` property...