Marc Bowes
Marc Bowes
Yup, I get that it's early days still. Surely though, at some point, there should be some tangible benefit to the emacers? I guess what I'm suggesting is just a...
Thanks for that, @terlar! > These benefits aren't available yet. Yup, this is the core of the question. I totally buy into the vision. The question, really, is which of...
Something that bothers me at the moment is that `RequestWriter` is trying to be too many things. It does DNS lookups, socket management, will implement some of the HTTP spec...
It's also worth considering that some users are going to want to get hooks into the client. For example, you may want do install a hook that injects an HTTP...
Nice :+1: > @chris-morgan: I think it's time for a bit of deliberate [..] design before progressing much further Do you think it's worthwhile putting together some sort of proposal/comparison?...
Yup. The code-base is still small enough for this not to matter much (not saying your code is bad; just emphasizing that the risk is low :-)).
Ah, I see discussion in https://github.com/jduff/tmdb_party/pull/10 around this.
see also: https://github.com/amzn/ion-rust/blob/main/ion-c-sys/src/result.rs#L21
`\env` is definitely a work in progress. It should be considered it an "unstable feature" at this point. The underlying concept is to print the base config, any environment overrides,...
There was quite a lot of discussion around this, and the break from the 1.0 syntax was intentional. We're worried about forwards compatibility (e.g. with stored procedures), and so opted...