Luca Spinazzola

Results 262 comments of Luca Spinazzola

Related to https://github.com/Kamel-Media/Kamel/issues/110#issuecomment-2264434665 This isn't the best practice... But, here's how you could make a fetcher to handle base64 strings: ``` @OptIn(ExperimentalEncodingApi::class) @Composable fun ByteDecoderSample() { val kamelConfig = remember...

Same issue with my `Rust Tracing Fields` context fields which is the default for the rust sdk.

In addition another issue with walletconnect functionality is that keplr doesn't automatically launch from the background when a tx request asking approval is received. It's not the most intuitive experience....

> > As of rn, wallet connect is on standard for Keplr. We are soon to change it to 2.0 soon, please use it when we have support for 2.0...

You most likely will have to use the latest beta version if you want to use the beta version of ktor

I think the poll interval has no effect on this as it's the heartbeat after txn is sent that keeps going which doesn't use an interval https://github.com/alloy-rs/alloy/blob/649d104ec176aa0b16704735175d05f1b7a718f5/crates/provider/src/blocks.rs#L99-L167 Shouldn't this stream...

Can you make an example project?

Bump. Any chance this could be looked at? Updating is probably a one line change. Tools like [k6](https://github.com/grafana/k6) do not support `v1alpha` anymore. Edit: Turns out with tonic you can...

Sorry. It's just too much work for me to maintain a separate build with and without wasm at least on the beta. If you want to make a fork with...

@harry248 looks like next week the next ktor release should be published. https://kotlinlang.slack.com/archives/C0A974TJ9/p1719388699260549 I'll update it as soon as it's out. But it's not worth the effort to make fork...