Matthias Endler

Results 869 comments of Matthias Endler

Oh. You're right. Funnily I was just rerunning the tool and then pasting the result here. I could swear that I copied the link over verbatim but yeah, it works...

Thanks so far. 👍 I guess the next step would be to register the app as a URI handler for `discourse://auth_redirect` as you did [here](https://github.com/sajattack/discourse-tui/tree/84a4f1c892a002cb97399dcd197d043e04c684a7#setup-api-key). Would like to do that...

Whelp, turns out there's https://github.com/maidsafe/system_uri, which we could use. 🎉

One question: does the authentication redirect really need to point to a `discourse://` URL? Was searching for this information but couldn't find it. I'm asking because the system uri handler...

Ah okay. That's unfortunate. Then I guess we'll have to go the hard way... Thanks for the info! 🤓

WIP branch at https://github.com/hello-rust/hello/tree/futures03

I think this is a useful feature and I appreciate your patience in working through the details. My main concern is that this feature could be a footgun that people...

@thomas-zahner and I discussed this with the proposal to merge. However, we'll change the name of the parameter to `--fallback-extensions` to make the fact explicit, that the extensions are only...

Thanks for the contribution and the quick turnaround! Docs look fine, too.

Thanks for your input @SimonPersson :smiley: Yes, starting a test webserver is a quick and simple way to test that the whole request-response cycle works. When I looked into testing...