Alex Parrill
Alex Parrill
Could do. Just wanted a look-over of the code beforehand in case I had to change anything.
One issue I've noticed is that since `send` is now implemented on `RequestBuilder`, there is no documentation for `send` on the request type's pages, which isn't very helpful.
~...and now with the new version, cargo keeps pulling in reqwests even with `default-features: false` set... humm~ Nevermind my fault with a dependency.
1. Correct. The `Sender` trait could have a `type InProgressResponse;`, which is `Result` for `SyncSender`, `Pending` for `AsyncSender`, and `Promise` for `StdwebSender`. Then `typed_send` could be moved to the `Sender`...
You can also set the appid by seting the `SteamAppId` env var before initializing steam.
Apparently mio does listen for priority events if you use the readable interest, though you'll get a single read ready event at the beginning of watching.
Tauri uses serde to convert rust objects to JavaScript, so you'll need to use its mechanisms to rename fields. I believe there are ways to convert JS objects to Rust...
Use cases: Video and audio players. If I assign a Tauri app as an application for a media file and open the media file, I expect the application to start...
There's recent commits and git tags for more recent releases.
@Keats Doesn't look like its fixed in 0.14.1; get_url still has the datestamp in the URL it generates.