Jonathan Jin
Jonathan Jin
I'm requesting constructs to facilitate the **composition of sub-pipelines**. This would enable platform owners using TFX to provide predefined sub-pipeline "recipes" that users can then piece together—passing relevant artifact references...
The [TFX roadmap](https://github.com/tensorflow/tfx/blob/master/ROADMAP.md) has not been meaningfully updated since the [end of 2020](https://github.com/tensorflow/tfx/commits/master/ROADMAP.md). Case in point, its scope does not extend beyond Q1 2021, which we are long past now:...
Closes #290.
We define static tests, e.g. Markdown linting, in pre-commit configuration. Installing pre-commits is optional for contributors, but we'd still like to ensure that the relevant checks are enforced. ## Definition...
We use `project-deps.el` to generate the package dependency graph found [in the contributor guide](https://kubernetes-el.github.io/kubernetes-el/contributing/#feature-dependencies). This is run via: ```bash make docs/assets/project-deps.png ``` This routine has until now been run in...
We use `project-deps.el` to generate the package dependency graph found [in the contributor guide](https://kubernetes-el.github.io/kubernetes-el/contributing/#feature-dependencies). This is run via: ```bash make docs/assets/project-deps.png ``` This routine inadvertently picks up other `.el` files...
## Overview By default, the package polls and refreshes the overview buffer on set cadences, configured by `kubernetes-poll-frequency` and `kubernetes-redraw-frequency` respectively. Some users, e.g. in #100, have noted that this...
## Overview Evil bindings are currently provided via the package `kubernetes-evil`. This co-exists with `kubernetes-el` itself (see `kubernetes-evil.el`) but is packaged and released entirely separately from the "main" package. Concerns...
Currently, invoking `k8s-logs-fetch-all` from `k8s-logs-popup` will interactively prompt user for *some* necessary input if said parameters were not previously set in the popup itself, e.g. [prompting for pod name](https://github.com/kubernetes-el/kubernetes-el/blob/80ac32e1af6f877d0d79b8abd06e29a4d7052b0c/kubernetes-logs.el). However,...
Given that the package refreshes either on a set cadence or on user manual intervention, it would be useful to show users when the last refresh took place, so that...