steeling

Results 111 comments of steeling
trafficstars

Adding the document here for posterity. I've collected a set of concerns and suggestions for the current HTTPRoute mesh binding proposal. Tl;dr is I believe that remodeling the definition of...

gotcha. FYI you can save a measly 16 bytes by swapping the `unknownFields` and `sizeCache`, and moving them to the end of the struct instead of the beginning.

> Also, the colon in CUE signifies a definition. With the new proposal, a map of map of integers is written intuitively as > > ``` > IntMap :: [string]:...

Hi all, just getting up to speed on this KEP so apologies for any misunderstandings, and thanks for all the work put in so far! Is my understanding correct that...

When dealing with 100's of configs it's nice to use multiple files, and would be nice to have some way to aggregate them back together. Not an unsolvable problem without...

The CDN hosting canvaskit is having issues.. can we enable an option to bundle canvaskit with our app, or in the interim simply move to a different CDN?

If I understand this you actually can't manage this declaratively with the given API. Try the following: ```bash mkdir myfiles touch myfiles/file1.json myfiles/file2.json kustomize edit add configmap my-map --files=myfiles/*.json rm...

I’ll try to get a working snippet soon. What are your thoughts on adding an option to disable the strict marshaling rule? Would prefer to use SELECT * in simple...