TAKASE Ryo (loloicci)

Results 42 issues of TAKASE Ryo (loloicci)

Without this PR, transform adds `import osmosis_std_derive::CosmwasmExt` to all modules given to `transform_module` to decrease warnings in "osmosis_std". This PR prevents adding `import osmosis_std_derive::CosmwasmExt` modules not using it. Modules that...

I suggest using `REQUEST_PATH` instead of `SCRIPT_NAME` to get requested URI in `parse_request`. https://github.com/rory/rust-cgi/blob/269b6680b84bc2645e89ec144f31bbc8b7a4bb2a/src/lib.rs#L235-L240 When the server uses `mod_rewrite` and rewrite requested URI: - If we use SCRIPT_NAME to get...