Eron Wright

Results 102 issues of Eron Wright

Maybe some modes (such as desk-buddy) could benefit from sound effects. A possible source (beware licensing issues; maybe the sounds should be user-provided): https://github.com/r0ndL/BB-8-Dicso-Droid-Module/tree/master/BB-8%20Sounds

**Is your feature request related to a problem? Please describe.** When using hooks written in Javascript, the hook folder contains `node_modules`. Some executable files may exist in `node_modules` and the...

Implement out-of-box interoperability with TF Serving models. Given a model that works in TF Serving, make it easy to use directly in a Flink program, e.g.: - implementations of "predict"...

Make it possible to define TF graphs from scratch, in addition to existing support for using externally-developed models. Because the object model of TensorFlow graphs is extensive and ever-growing, we...

enhancement

The library today has numerous layers of functionality that could benefit from refactoring, to reduce dependencies and clarify concepts. The conceptual layering (from bottom up): 1. Scala language bindings a....

Make it possible to use TensorFlow models as elements of a FlinkML pipeline (as described [here](https://ci.apache.org/projects/flink/flink-docs-release-1.3/dev/libs/ml/pipelines.html)). Possible features include: - Use TF models as FlinkML transformers and predictors - Support...

enhancement

Let's prove that serving TF models in-process has a performance advantage over making RPC calls to TF Serving.

help wanted

- Integrate graph state into Flink operator state - Support checkpointing - Support keyed streams

enhancement

I observe that Kiali has an undocumented requirement to correctly identify linkages between applications and services. It requires that the configured app label be present in the _service selectors_. Kiali...

enhancement
docs

### Modifications Produce a more meaningful error when the issuer url is not specified. ### Verifying this change This change is a trivial rework / code cleanup without any test...