Garrett Squire

Results 22 comments of Garrett Squire

Hey @pop, I started on it [here](https://fuchsia-review.googlesource.com/c/mundane/+/234475) but if you are looking to contribute, feel free to take it over. I am by no means an expert (or the maintainer)...

All good! I made this issue as more of a question than anything. Thanks for sharing your input though. I can close my patch and this issue unless anyone has...

I guess this didn't work out as expected per the comment in #102 but I'd be happy to revisit it.

It already is an API, right? As an example, let's say I have my source in source.zig. ```sh curl -v https://zig-play.dev/server/run -d @source.zig ``` That should work just fine. Same...

Thanks for opening this issue. I wanted to do this eventually but thought about resorting to using auxiliary storage to do so. This seems like a much simpler way since...

Ah yeah, I forgot to think about the query string length limit. I'll try and sketch out a plan for this though. Something using an S3 like storage system and...

Thanks for finding this! I should have had a test to catch this earlier. I added one in and fixed it with your suggestion. We can leave this issue open...

`read` and `write` is more portable. `#ifdef` just adds more complexity.

I do want to call out the fact that I couldn't find the corresponding API for the [`replica connection`](https://docs.digitalocean.com/reference/doctl/reference/databases/replica/connection/) command. So there isn't an integration test for that. I searched...

> The replica connection command is a bit of an abstraction. Ah, okay. Thanks for reviewing!