Arvid E. Picciani
Arvid E. Picciani
probably not. this is in unix.o (ironic, since thats GNU not unix) anyway, this is all i need to do to disable backtrace. it compiles fine, apparantly its already behind...
allright. i have forked failure with the one line fix, since patch doesnt seem like a good permanent solution https://crates.io/crates/failure_without_backtrace
any consensus on how that should be implemented? i would prefer a service wouldn't be Cloned but instead reconstructed on every incoming connection with the connection passed as argument. ```rust...
this sounds great, but tower_grpc::Request does not contain the http::Request so there's no way to get the extensions out
can do later :)
yup, i ported openwrt to it https://github.com/openwrt/openwrt/pull/694
i tried emulating that with putting json as text into slack::chat::PostMessageRequest::attachments but i'm unsure how this is supposed to work with the legacy api "Darn – that didn’t work. Only...
and you can't be an app without using the new oauth based api as far as i understand, correct?
@dten care to share how you're doing that? i couldnt figure it out with slack-rs