Luis Enrique Muñoz Martín

Results 204 comments of Luis Enrique Muñoz Martín

Mmm... Thanks for sharing this. Probably `sway` is not exposing a x11 interface required to retrieve the events using the internal dependency: https://github.com/ostrosco/device_query or something related to that

Hi! Any workaround in the meantime? I'm using: ```solidity uint128 public transient value; // forgefmt: disable-line ``` based on https://github.com/foundry-rs/foundry/issues/3572 but it does not work (when it should?). Right now,...

Hi, I agree that could be a good feature. Could you open a PR with this?

Hi, thanks for bringing this issue to light! Yes, if the way of unlocking the receiver queue is in the same thread as this sender, then it will cause 100%...

Great! Feel free to open a PR with this new adapter. It can be interesting for users using `tcp` as you.

Hi, we do not have examples with Solochain. But you can probably add a random runtime (e.g., `polkadot-test-runtime`) as a relay chain and do nothing with it, and just evolve...

Mmm... I see 🤔 Currently, my pallet implements `OnNewData` and uses by config a `DataProvider` (which will return the combined value). I need both, because sometimes I need to ask...

@xlc I just remembered this issue, if you want, I can open another PR, taking advance of the changes in the oracles to fix it.

Go deeper with it. I'm not sure the change is "so" fast-forward. I feel like if after this change, `orml-oracle` uses `TimestampedValue` from `orml-traits`, then `DataProvider` should also use that...

Hi! IIUC. It could be implemented easily with a custom [`Layer`](https://docs.rs/mailfred/latest/mailfred/router/trait.Layer.html). The layer could be configure with a whitelist and if the email is not in the list, then it...