Christoph Otter

Results 10 issues of Christoph Otter

The following code works differently on uniter compared to actual php: ```php switch ('PATCH') { default: return 'uniter return'; case 'PATCH': return 'php return'; } ``` When running this on...

I am unsure if this is an issue with Google's backend or this library, but the DeviceFlow stopped working for me: ```rust let secret = yup_oauth2::parse_application_secret(include_bytes!("../../youtube_client_secret.json")) .expect("youtube application secret"); let...

I added some more ways to mutate types and locals, since I need it for a project. Would also be happy to use a setter instead of making `ty` public,...

You calculate the price as `dY / dX`, which means how many `Y` tokens for one `X` token, but then it's written the opposite way in the text. I just...

This crate currently panics in debug mode and wraps in release mode, which is by default the same behaviour as Rust's primitives. However, it is not affected by [`overflow-checks =...

### Describe the bug When deserializing / compiling a module with one engine and then trying to execute it with a different engine, the execution fails with a `HeapAccessOutOfBounds` runtime...

⚙️ feature request
priority-medium

### Is there an existing issue for this? - [X] I have searched the existing issues ### What happened? [`SDKGasMeter`'s](https://github.com/cosmos/cosmos-sdk/blob/01abf4fbf92c72ab4d13a983e730dc006db19b27/runtime/gas.go#L65) `GasConsumedToLimit` function returns remaining gas instead of consumed gas. I...

T:Bug

We set up cargo-release for the https://github.com/CosmWasm/cosmwasm workspace, but it seems the order of publishing for crates is not detected correctly. It tries to publish the dependent before the dependency,...

bug

I'm one of the CosmWasm maintainers.