Tomáš Olvecký

Results 15 issues of Tomáš Olvecký

With QoS 1 I expect that when my app crashes while processing incoming message, after my app starts again I will receive the message again. At least that's how I...

Not a big deal but I would like to keep one walkmod.xml for several projects and be able to specify path to it using WALKMOD_OPTS. I would submit a pull...

enhancement

With current APIs it is possible to have mismatch between the struct, `Variables` and `ResponseData` . Example from the README.md: ```rust let request_body = UnionQuery::build_query(variables); let client = reqwest::Client::new(); let...

This PR fixes `--memory-only` being ignored. Added `random-access-memory` storage when the switch is passed. In any case, a logging message now informs the user about the selected storage backend. Also...

The [DeserializeSeed](https://docs.rs/serde/latest/serde/de/trait.DeserializeSeed.html#example) contains an example without a clear way to call it. The last two lines should be surrounded by `fn example..`, but unless one clicks on the [source](https://docs.rs/serde/latest/src/serde/de/mod.rs.html#763), those...

This is just an idea / feature request, it's totally fine to close the issue if it does not spark any interest. Currently `check_determinism` verifies that the randomness state after...

Compare the contents of `bindings.rs` before overwriting. If no changes are detected, skip the overwrite to prevent unnecessary recompilation.

Similar to `opts.wevalBin`, I propose adding `wizerBin`. Running downloaded binaries can cause issues with reproducibility, security, and compatibility - for example, the downloaded binary doesn't work on NixOS.

Having an empty resource: ```wit interface execution { resource join-set-id { // id: func() -> string; } new-join-set: func() -> join-set-id; } ``` Calling `new-join-set` from a JavaScript guest fails...