Results 41 issues of Daksh

I want to open another `alertVC` when you click a button, like a conformation type system. I implemented it like this ```swift alertVC.addAction(PMAlertAction(title: "Delete", style: .default, action: { () in...

Now a transition will occur when the user select or deselect any text also the tooltip is now responsive

I am using this code to display an image on the button ```swift if let image = UIImage(named: "heart-smile") { likebutton.image = WCLShineImage.custom(image) } ``` This simply does not work...

Remapping project structure in the following way (suggestions always welcome) ``` octane_http1x octane_http2 octane_http3 octane_multipart octane_router ... ``` Basically, sub crates for each component, that way it's easy to hide...

T-enhancement
ST-help wanted
DT-is-easy

Would love it if anyone is up for contributing to the project, we are running short of contributors

Allow octane to integrate with existing template engines like Tera

T-enhancement
DT-is-intermediate

Allow/enable gzip compression/decompression

T-enhancement
ST-help wanted
DT-is-intermediate

Create a private reader.rs that handles the parsing and can be called

T-enhancement
ST-help wanted
DT-is-intermediate

Finish http2 parsing

T-enhancement
DT-is-hard

Fully Upgrade to tokio 0.3 - [ ] Keep alive - [ ] Run integration tests (wait for reqwest to upgrade to 0.3)

T-enhancement
ST-being-worked-on