This was a great addition. That and using `alt+/` to open options/command palette are my favourite features, but you single handedly made Google Docs spark joy for me
I use this feature DAILY at work, you built something great here. I tend to write in md locally, this makes sharing the work with others easy. Especially to those less plaintext inclined.
One thing I did notice, I can't seem to find a way to set a default codeblock font format. The default font option isn't totally monospaced and so some ascii art looks weird :/
I don't think that has anything to do with your contribution though.
Sorry to hear about the font issue. I'm no longer at Google, but going to forward to some friends who still work there (no guarantee anything changes, but we'll see!)
Huh, can one natively edit Markdown in Google Docs? This would be one of my main requests for gDocs (as a long time NvAlt/NvUltra daily driver), but how?
Arguably, that's exactly the one action that will need to be hash-pinned, since all the consecutive actions will at least be verified against the lockfile.
It can still be fun and rewarding when it doesn't succeed. The fact that it will eventually end doesn't mean it wasn't worthwhile or impactful. "the journey is more important than the destination" and all that
Question: did the LLM need O(n^3) tokens to solve the matrix multiplication example? Or would O(n^1.5) tokens be enough? Since producing that many tokens is O(n^3) work if I understand currently?
The main problem SDKs solve is providing a way to interact with an API without having to worry about nitty gritty details like serialization and deserialization, authentication, error handling, retries, connection and thread pooling, etc.
When you have a good SDK, interacting with an API feels like working with regular functions and objects in your chosen programming languages, so it _greatly_ simplifies integrating with an API.
https://www.stainless.com/blog/stainless-cli-generator-your-...