Chris Rogus

Results 79 comments of Chris Rogus

I do see this PR https://github.com/jimmywarting/StreamSaver.js/pull/248 but tbh that does not actually explain anything to me. There is no reference to the url routing needed, and that seems to be...

cargo.toml for consideration: ``` [dependencies] dioxus = { path = "../dioxus/packages/dioxus", features = ["web", "router"] } dioxus-logger = "0.5.1" ```

Hmm, I cherry picked these onto my local and it did not fix #2881

Ha, now it's inverted: `falsetrue`

Yeah, works for me, thanks! (Including in my actual project)

I like the look of this! Please update for the superpower merge, and I'll go over more granularly. But I very much like where this is headed.

Before you go further on this, review existing dot env libraries and their behavior. https://github.com/bkeepers/dotenv https://pypi.org/project/python-dotenv/ https://www.npmjs.com/package/dotenv In particular observe the references to 12 factor apps. And note that the...

So, I have attempted to absorb this PR a couple times, and overall I think I'm onboard with the direction, but I'd like a breakdown of the changes -- their...

And now you need to rebase with the changes for the new extra interpolation features.

> possibility of keeping the public impl HttpBody for Body, Sounds good, I would appreciate that, thanks :) > The integration tests (in the tests directory) all use public methods,...