Christoph Otter

Results 11 comments of Christoph Otter
trafficstars

@thibaultv Hi. I think he's talking about this package: https://www.npmjs.com/package/@ionic-native/screenshot with this plugin: https://github.com/gitawego/cordova-screenshot It was apparently removed in 6f67a9077391dac82e3c15b70aec1d96e1a95f43 Are there any alternatives?

Hi, no worries. For me this is not urgent at all, I implemented a workaround for my specific use case. I just wanted to report this, so it can be...

No worries, thanks for the work you do and for this awesome package! I don't have access to the project where I needed this anymore, but the test in the...

I implemented a prototype of some tests using these in [here](https://github.com/CosmWasm/cosmwasm/pull/2121). One small annoyance is that I currently have to check the comment for "(s not in range 1 .....

I see, thanks for the extensive explanation. So for me the `"normalize": false` tests are the relevant ones. I have updated my PR.

@miguelmota Could you take a look at this? I just found this in my PR list. Would be nice to get this closed.

I totally get the point about the `build.rs` file method. There is a `cfg(overflow_checks)` [on nightly](https://github.com/rust-lang/rust/issues/111466), but it doesn't look very close to stabilization for me. For our usecase, an...

I guess it might help a little. The feature itself is already implemented and merged in nightly. What is apparently missing is documentation and then making it available in stable...

I updated my example to the latest wasmer release 4.3.5 and this still happens.

I am not talking about `basicGasMeter`. I am talking about `SDKGasMeter`. I linked to the exact line in the code in my first post: https://github.com/cosmos/cosmos-sdk/blob/01abf4fbf92c72ab4d13a983e730dc006db19b27/runtime/gas.go#L65