Ivan Vanderbyl
Ivan Vanderbyl
After thinking about the higher level use-cases we have, and reading about some of the other solutions in this space, something I found in Mesosphere's Marathon is the concept of...
Currently you need to know which host `deployster` was launched on in order to send command to it. In order to make less assumptions, we should automatically register it with...
Considering this now just wraps `[email protected]`, I think it's time to deprecate `ember-cli-d3-shape` and release `[email protected]`. This would require notifying everyone who is using this as a dependency, which thankfully...
We currently employ a rather complicated use of recasting to munge the D3 source into something which is digestible by Ember CLI. This means using a build process which isn't...
I've started noticing a bug in the bundled code produced by this addon which causes it to be parsed and loaded evaluated by the browser twice. I haven't investigated the...
I was losing my hair trying to figure out why I couldn't pass anything through the request context to the function, but I eventually discovered that the `ctx` passed to...
Hey team, According to the [model page for Gemini](https://cloud.google.com/vertex-ai/generative-ai/docs/models/gemini/2-0-flash-lite) it supports CMEK, but I can't find any way to set my KMS key, where is the configuration option for this?...
We're noticing that M2M join tables have incomplete indexes for queries from the foreign edge, which results in very expensive seq scans in postgres. ## Current Behavior 😯 Example, we're...