compressed
                                            compressed
                                        
                                    Thanks for the note @LovecraftianHorror! And apologies to all for my lack of activity here. I'd be happy to add additional maintainers. I had at one point attempted to merge...
Great, thank you so much!
Great, thank you so much! At least to start, I'd like to review any changes.
Perfect, that sounds like a great plan!
That sounds better to me because, looking again, `patch_file` and `with_docs` are universal options that would apply to all schemas. It would certainly make for a shorter and easier to...
I had considered this idea too, especially for authentication, but I decided to let types to do the work for me. I'm currently doing something like this: ```rust service! {...
@brennie I built a tokio-based implementation that was working, but it has bit-rotted since I haven't had time to work on it. You can check it out here: https://github.com/compressed/slack-rs/tree/tokio_fut/src/future. Let...
I was actually thinking a similar thing when I was doing some work getting rid of the openssl dependency (https://github.com/compressed/slack-rs/blob/tungstenite/src/events.rs) and moving the code to serde. I guess the downside...
@rmbreak I have a branch for this work (tokio-tungstenite) here: https://github.com/compressed/slack-rs/tree/futures. I started it during the library refactoring to serde/reqwest but it has probably bit-rotted somewhat by now. I'll look...
Another possibly related issue I've been running into: ``` ex = :($(+)(1.0,x)) f = eval(:(x->($ex))) ``` Returns: ``` [ ] 2 INFO Argument declared but not used: x ```