Martin Taillefer
Martin Taillefer
In Mixer, pkg/api/globalWordList.go contains the current global word list. This is a copy of a file in istio/api/mixer/v1/global_word_dictionary.yml. It'd be great to generate Mixer's go file directly from what's in...
We form keys into redis by combining all the labels of a request. If we configure multiple aspects using the same labels, our code will get confused and will incorrectly...
It should be possible to specify that a template field be of any type that we support for attributes. IP addresses, DNS host names, etc. As it is, we have...
The attribute protocol between proxy and Mixer has support for regex matches, but Mixer currently doesn't produce those. We need to extend the attribute package used in Mixer to capture...
Introduce a cache in Mixer to elide calls into adapters for CHECK variety adapters. We can cache evaluation results based on the input instances given to the adapter. This supports...
We should expand the glossary, and make use of the site's {{< gloss >}} feature that allows pop ups for glossary terms. Some terms to include: - [x] Mesh Configuration...
When working in a generic context, it would be useful to access whether a PrimInt-based generic type is signed or not signed at build time. ```rust fn foo(v: X) where...
Found those implementations missing, which is preventing me from implementing the same in encapsulating iterators.