Daksh
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...
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
Allow/enable gzip compression/decompression
Create a private reader.rs that handles the parsing and can be called
Fully Upgrade to tokio 0.3 - [ ] Keep alive - [ ] Run integration tests (wait for reqwest to upgrade to 0.3)