Marin Koštić

Results 8 issues of Marin Koštić

Hello, so I was testing out your check_service.sh script and i noticed a bug where service would have "not" in it's name. I'm running this on Ubuntu server 16.04, services...

Resolves #121 This PR adds a new argument when starting nodes called `tag` which can repeat. The `tag` argument is used to store additional user defined metadata about the node...

Since distributed `send` can fail I've updated the signatures to return error codes. Related to https://github.com/lunatic-solutions/lunatic/pull/135 I think we should update all the process/mailbox/protocol APIs to reflect error codes, now...

Follow up with https://github.com/lunatic-solutions/lunatic/pull/131 Currently if the query is invalid we return empty list of nodes. I'm not 100% happy with this, I'll look into better error handling. Since here...

I've went through all commits since the last release and prepared the changelog.

- Release separate binaries for x86_64 and aarch64 This was done in order to fix issues with existing universal binary which does not work on some macOS systems. Some people...

Issue was first noticed from a failing test [config::config_env_variable](https://github.com/lunatic-solutions/lunatic-rs/actions/runs/4053265941/jobs/6973680112) First I've made sure to check that the issue wasn't introduced by `wasmtime` version changes, the issue is still present when...