Kai Hendry
Kai Hendry
Canvas aside, I've seen interactive SVGs produced by Gnuplot. For example: https://s.natalian.org/2020-08-24/interactive.svg from https://lwn.net/Articles/723818/ I want this same experience within a Notebook. 😬 But oddly, in the context of a...
I know the save to file works, but the idea is to iterate within a notebook and see the [hypertext](https://stackoverflow.com/questions/63554863/) labels!
Isn't it possible to sort of build it (with its dependencies) before it gets deployed? With ECS it's pretty crucial the Docker image comes online quickly. Sorry, I am not...
I noticed that even when using the Dockerfile method https://media.dev.unee-t.com/2019-02-22/buildspec.yml It STILL wants to build fibers on start. :face_with_head_bandage:
This is my current workaround btw https://github.com/unee-t/frontend/blob/hmlet/buildspec.yml
A typical query is cost per product in a project: https://github.com/future-architect/gbilling2slack/blob/master/invoice/invoice.go#L39-L54 I am not quite sure how I expect the metrics to be exported. Lots of: cost{project="myteam",service="Compute Engine"} 999.7192939999995 ???...