Simon Boyer

Results 12 comments of Simon Boyer

@viktorstrate Would you be interested in having that feature in photoview? I think it would be a great addition and I might be able to work on that if it...

> We can use AWS SDK to integrate AWS S3 as storage space. > > https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/s3-example-photos-view-full.html I don't think using the javascript SDK and showing the pictures directly in the...

Hello. I was wondering if any work is being done on this. One of our client needs to use Monaco to configure anomaly-detection at the host level, which should be...

Sounds good, I'll try to open a PR this week

Last weeks were a bit chaotic, finally had some time to write the PR: https://github.com/OpenSLO/OpenSLO/pull/240

Discussion question: while writing this proposal I was not sure if it was best to use and/or logic or if we would prefer a different type. For example something like...

So taking the initial example in this PR: ``` expr: ( job:slo_errors_per_request:ratio_rate1h{job="myjob"} > (14.4*0.001) and job:slo_errors_per_request:ratio_rate5m{job="myjob"} > (14.4*0.001) ) or ( job:slo_errors_per_request:ratio_rate6h{job="myjob"} > (6*0.001) and job:slo_errors_per_request:ratio_rate30m{job="myjob"} > (6*0.001) ) severity:...

``` ❯ curl http://localhost:8080/apis/subresources.kubevirt.io/v1 404 page not found ❯ curl http://localhost:8080/apis/argoproj.io/v1alpha1 { "kind": "APIResourceList", "apiVersion": "v1", "groupVersion": "argoproj.io/v1alpha1", "resources": [ { "name": "applicationsets", "singularName": "applicationset", "namespaced": true, "kind": "ApplicationSet", "verbs":...

I am stuck with the same problem. I cannot set it to CUSTOM and i'm also getting the "00-InvalidParameter, Overriding Firmware in LaunchOptions is not supported" for the VM when...

on my side I was able to make it works by creating an OCI image from the qcow2, you just have to put a json with the qcow image in...