Matthieu Evrin

Results 17 comments of Matthieu Evrin

@mprimi Based on the code https://github.com/nats-io/nats.py/blob/ae09ea437813b01548938e80f19b81989411cd31/nats/__init__.py#L21 Looks you should do ```python nats.connect(["nats://demo1.nats.io:4222", "nats://demo2.nats.io:4222"]) ```

@hexxdump can you fetch latest version and retry ? It is working on my end version ```bash [XXX@XXX ~]$ mesheryctl system logs Starting Meshery logging... watchtower-1 | time="2024-05-17T02:02:54Z" level=info msg="Watchtower...

@hexxdump can you update and mesheryctl and retry ?

> Hi, please execute `make verify-generated-yaml` and then execute command according the output instruction to make ci happy. Taking a look

@Monokaix got this issue when I am trying to run the command provided ```bash $ make TAG=latest generate-yaml mkdir -p _output/bin mkdir -p _output/release #go mod vendor # volcano crd...

@Monokaix it works, changes pushed