lazulit3

Results 10 issues of lazulit3

https://github.com/Eranziel/foundryvtt-lancer/pull/706 > Polish: The current implementation has some quirks. For example on my machine/account, every pilot I have ever made and synced is listed even though most have been deleted....

This is what it would look like to ugprade to `aws-amplify` v6-- but I do not think we want this. I'm opening this for future/historical/archival reference purposes, but I think...

Updates `aws-amplify` dependency from `4.3.36` to `5.3.21` This is not the latest version, but is low hanging fruit compare to major version 6. ## Motivation This is an attempt at...

This PR fixes functionality related to the Action tracking: - https://github.com/Eranziel/foundryvtt-lancer/issues/751 I tried to understand the prior behavior and fix what bugs I could find, but am unsure if I...

When testing my middleware in another project I noticed that `rustify` will sometimes produce extraneous `//` in the `Uri` produced by `http::build_url()`. This is due to some unhandled cases where...

This updates `rustify_derive` to remove the block expression that the `impl Endpoint` was wrapped in. This resolves an issue where `rust-analyzer` is unable to infer the type of `Endpoint::Response` in...

When trying out `rustify` and `rustify_derive` I noticed that `rust-analyzer` (in my editor) was failing to infer my response types specified via `Endpoint::Response` for my endpoints. ## Symptoms After defining...

**Is your feature request related to a problem? Please describe.** I would like to use [`reqwest-middleware`](https://crates.io/crates/reqwest-middleware) with rspotify's reqwest client so that I can use [`http-cache-reqwest`](https://crates.io/crates/http-cache-reqwest) to cache my API...

enhancement

This PR fixes a bug where XML parsing would panic if the exported XML contains an edge case where there is (either of): - a folder with no children -...

If your exported XML includes a rekordbox playlist that contains no tracks, XML deserialization will fail. For example, if you add an empty playlist to `data/xml/database.xml` like: ```diff diff --git...