Jayson Vantuyl

Results 61 comments of Jayson Vantuyl

I'd love to see that as a feature. I'll accept a working patch. That said, I have very limited time to maintain this project and virtually no resources for testing...

I've started work on a PR for this and it's been a bit tough. Challenges include: * Response handling basically assumes HTTPPoison structurally, making it hard to make a solution...

This is interesting. It looks like the Gun adapter *might* support streaming the body back. See [here](https://hexdocs.pm/tesla/Tesla.Adapter.Gun.html). From the docs: `:body_as` - What will be returned in `%Tesla.Env{}` body key....

Regarding question 1: I could work with that. Regarding question 2: In a perfect world, I'd expect it to use the rules for "relative URIs" as originally described in [RFC...

@mathieuprog Did this ever go anywhere? Can I make a PR for this? Or is this not something you care to do?

Unfortunately, I don't know how to do this. I'm pretty sure that we just have to recurse some way if we traverse into a `use` invocation. But it's just deep...

I like the "relative path" idea. Though I think it's less important for it to be "cwd" and more useful to be "project root". I know that's the convention that...

For anyone who runs across this and doesn't know what the point of deterministic builds is, it's a big thing with the [reproducible builds crowd](https://reproducible-builds.org/). I actually quite like reproducible...

@joholl **Short Version:** The request does make sense but probably only at a lower level. Most of what you seek would likely be best handled by building out terminal functionality...

@joshka Thanks for the kind words. I don't really maintain my blog anymore. I tend to put stuff like this in random GitHub comments because I have an inkling that...