Yvonnick Esnault

Results 77 comments of Yvonnick Esnault

It would be very great to add read support on this repo (ucase: read serial for a blinkstick product)

Thanks a lot. Just a question on how to use it, In Python, read serial for Blinkstick is done with ```python usb.util.get_string(self.device, length, index) usb.util.get_string(self.device, 256, 3) ``` How to...

Hi. We confirm that it will be implemented, but not in process.go. Today, it's possible to add run condition on a hook (or select the event type to run the...

Hi @kovacsur , do you have more logs in `ui` service associated to this request_id ?

HI @martikan , Do you have something like that configured in your `ui` service ? ```toml [telemetry] metricsEnabled = true tracingEnabled = true [telemetry.Exporters] [telemetry.Exporters.Jaeger] HTTPCollectorEndpoint = "https://your-jaeger-server:12345" collectorEndpoint =...

Should be already fixed. Feel free to reopen another issue if needed.

There are now much more data on job info about that.

Hi @b2p-fred Can you try to docker pull redis:6.2.6 on your docker host ? Is it ok? It's possible to define a private registry on a worker model. Settings ->...

This pipeline: ```yaml version: v1.0 name: issue5985 jobs: - job: New Job steps: - script: - curl -v -X GET http://my_nginx requirements: - model: Debian10-Container - service: name: my_nginx value:...